This was built in Gatsby, a free and open source framework based on React. For more information on building your own or starting from a theme or template visit the Gatsby docs.
-
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
or
gatsby development
-
Generate a full static production build
npm run build
-
Preview the site as it will appear once deployed
npm run serve
Can be found in the theme.js
file
Color | Hex |
---|---|
Dark BG | #273A52 |
BG | #223246 |
Light BG | #2D435F |
Main | #cbb496 |
Secondary | #b49369 |
Off White | #FAF1CF |
Accent | #7AA34B |
Developed based on work by Brittany Chiang