The first iteration of hyperreacted.io built with React and hosted with ZEIT
If you'd like to use this as a base for your portfolio, feel free to fork this repo!
-
Install Create-React-App
npm install -g create-react-app
-
Install the Zeit CLI
npm i -g now
-
Install dependencies
npm install
-
Start the development server
npm start
-
Deploy using now CLI
now
-
If you are running
nowfor the first time the Zeit CLI needs to know which scope you want to deploy your directory to. You can choose to either link an existing project or to create a new one.$ now ? Set up and deploy “~/web/my-rad-project”? [Y/n] y ? Which scope do you want to deploy to? My Awesome Team ? Link to existing project? [y/N] y ? What’s the name of your existing project? my-rad-project 🔗 Linked to awesome-team/my-rad-project (created .now and added it to .gitignore)
🎨 Colors are based on Superhuman and provided as a reference below
| Color | Hex |
|---|---|
| Surface | #27292d |
| Base | #1F2023 |
| Overflow | #010101 |
| Lilac | #CE9ECE |
| Sunglow | #FFCA33 |
| Seagull | #72C0EA |
| Cold Purple | #A0A4D9 |
