Source code for my blog.
Written using Gatsby and React.
- Install
nvm - Install Node.js 20 via
nvm install 20 - Clone the repo and
cdinto it - Run
nvm use 20 - Run
npm install
To start an autoloading development instance, run npm run develop.
To build the website, run npm run build.