-
In the top-right corner of the page, click Fork. Create a local clone of your fork:
-
Install and use the correct version of Node using NVM
cd codingjuniororg nvm install
-
Install the Gatsby CLI
npm install -g gatsby-cli
-
Install dependencies
npm install
-
Start the development server
npm run develop
-
Generate a full static production build
npm run build
-
Preview the site as it will appear once deployed
npm run serve