adam-mcdaniel.net

My website

Prerequisites đź“‹

You'll need Node.js (which comes with NPM) installed on your computer.
Also you need to have installed Gatsby CLI

node@18.14.0 or higher
npm@9.2.0 or higher
gatsby-cli@5.6.0 or higher

I highly recommend nvm: it will make it very easy to set the node and npm versions.

Usage

git clone https://github.com/adam-mcdaniel/adam-mcdaniel.github.io
cd adam-mcdaniel.github.io

Install the NPM dependencies

npm install --legacy-peer-deps

Build and serve!

npm run build # Run the build script
npm run serve # Serve the result