My personal website, available at joavd.com. Built with Gatsby and hosted with Netlify
Forked and modified from Brittany Chiang
-
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
-
Push this project into a GitHub repository (or another service of your preference)
git init git commit ... git push ...
-
Create a new site and link it to your repo using Netlify's web GUI
-
Wait for the deploy and watch it live at yourname.netlify.app🎆