Demo: ruolinzheng08.github.io
Adapted from Brittany Chiang's Design on GitHub.
-
Install the Gatsby CLI
npm install -g gatsby-cli
-
Install and use the correct version of Node using NVM
nvm install
-
Install dependencies
yarn
-
Start the development server
npm start
-
Generate a full static production build
npm run build
-
Preview the site as it will appear once deployed
npm run serve
The color variables are all defined in src/styles/variables.js
. The variable name does not necessarily correspond to the actual color value because I was experimenting with a lot of different color schemes.