Built with Next.js
Design of this site is originally inspired from Brittany Chiang.
-
Install and use the correct version of Node using NVM
nvm install
-
Install dependencies
npm install
-
Start the development server
npm run dev
-
Generate a production build
npm run build
-
Preview the site as it will appear once deployed
npm start
| Color | Hex |
|---|---|
| White | #ffffff |
| Grey Light | #b3b3b3 |
| Grey | #404040 |
| Grey Dark | #282828 |
| Black Light | #181818 |
| Black | #121212 |
