The second iteration of malo-ws.com built with Gatsby and hosted with Github Pages
Previous iterations: Version 1
Yes, you can fork this repo. Please give proper credit by linking back to brittanychiang.com. Thanks! Plus a huge shoutout for chandrikadeb7 please ! I forked her repository
-
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