The second iteration of alessajohar.netlify.app built with Gatsby and hosted with Netlify
Previous iterations: Version 1 that hosted with Github Pages
Yes, you can fork this repo. Please give proper credit by linking back to brittanychiang.com. Thanks!
-
Install and use the correct version of Node using NVM
nvm install
-
Install the Gatsby CLI
npm install -g gatsby-cli
or update Gatsby CLI
npm i -g gatsby-cl
-
Install dependencies
yarn
or
npm install
-
Start the development server
gatsby develop
-
Generate a full static production build
npm run build
-
Preview the site as it will appear once deployed
npm run serve
Color | Hex |
---|---|
Dark purple | #340034 |
Light purple | #800080 |
Lightest purple | #ece7fd |
Light Slate | #dadeeb |
Lightest Slate | #ccd6f6 |
White | #e6f1ff |
Green | #64ffda |