diff --git a/install.js b/install.js deleted file mode 100644 index 52fe440..0000000 --- a/install.js +++ /dev/null @@ -1,14 +0,0 @@ -#! /usr/bin/env node - -'use strict'; - -const appName = process.argv[2]; -const { spawnSync } = require('child_process'); -const url = 'https://github.com/EdgeKing810/react-template'; - -spawnSync('git', ['clone', url, `${process.cwd()}/${appName}`]); -spawnSync('npm', ['install', '--prefix', `${process.cwd()}/${appName}`]); - -console.log('Your app has been successfully installed'); -console.log(`$ cd ${appName}`); -console.log('$ npm start'); diff --git a/package.json b/package.json index 0b10be3..c94f305 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "@edgeking810/create-react-app", + "name": "proximity-demo", "version": "1.0.0", - "description": "Simple starter code for a React + Tailwind project.", + "description": "Demo Proximity site for my test", "homepage": "/", "dependencies": { "@testing-library/jest-dom": "^5.11.6", @@ -15,14 +15,7 @@ "tailwindcss": "^1.9.6", "web-vitals": "^0.2.4" }, - "repository": { - "type": "git", - "url": "https://github.com/EdgeKing810/react-template" - }, "main": "index.js", - "bin": { - "create-react-app": "./install.js" - }, "author": "Kishan Takoordyal (https://hub.kinesis.games)", "license": "MIT", "scripts": { diff --git a/public/fonts/Avenir-Black.ttf b/public/fonts/Avenir-Black.ttf new file mode 100644 index 0000000..b6fffc9 Binary files /dev/null and b/public/fonts/Avenir-Black.ttf differ diff --git a/public/fonts/Avenir-Book.ttf b/public/fonts/Avenir-Book.ttf new file mode 100644 index 0000000..f9b5322 Binary files /dev/null and b/public/fonts/Avenir-Book.ttf differ diff --git a/public/fonts/Avenir-Medium.ttf b/public/fonts/Avenir-Medium.ttf new file mode 100644 index 0000000..3447884 Binary files /dev/null and b/public/fonts/Avenir-Medium.ttf differ diff --git a/public/index.html b/public/index.html index fe96931..babae0b 100644 --- a/public/index.html +++ b/public/index.html @@ -18,7 +18,7 @@ /> - + - React App + Proximity Demo - +