Thanks to Brittany Chiang for the Design and Build brittanychiang.com.
Thanks to Chandrika Deb for making her version of Brittany Chiang's website available to be forked https://chandrikadeb7.github.io/.
Same steps in the Installation & Set Up part of the README https://github.com/chandrikadeb7/chandrikadeb7.github.io adapted to Windows
-
Install the Gatsby CLI
npm install -g gatsby-cli
-
Install and use the correct version of Node using NVM
nvm install 14.15.0 nvm use 14.15.0
-
Install dependencies
npm install
-
Start the development server
npm start
-
Node version should be atleat v14.15.0 due to Gatsby dependencies
-
To install nvm in Windows, follow this guide as it worked for me https://tecadmin.net/install-nodejs-with-nvm-on-windows/
-
Problems with lmdb library being corrupted -> delete node-gyp in C:\Users{Username}\AppData\Local and redo step 1 of Installation and Set Up or npm rebuild lmdb in step 3 of Installation and Set Up
-
Problems with sharp library -> npm install --platform=win32 --arch=x64 sharp
-
Generate a full static production build
npm run build
-
Preview the site as it will appear once deployed
npm run serve
Color | Hex |
---|---|
Navy | #0a192f |
Light Navy | #172a45 |
Lightest Navy | #303C55 |
Slate | #8892b0 |
Light Slate | #a8b2d1 |
Lightest Slate | #ccd6f6 |
White | #e6f1ff |
Green | #64ffda |