-
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
Alternatively, use
gatsby build
Color | Hex |
---|---|
Dark Violet | #2D283E |
Dark Grey | #333f58 |
Slate | #8892b0 |
Light Slate | #a8b2d1 |
Lightest Slate | #ccd6f6 |
White | #e6f1ff |
Green | #64ffda |
Thanks to Britany Chiang for open-sourcing the original website https://brittanychiang.com and allowing developers around the world to learn about building for the web.