My personal website built using Eleventy.
This site is hosted on Cloudflare Pages.
It is set up to deploy on pushes to main
.
Instructions so I don't forget how to build the site!
I'm using nvm
to manage Node.js versions so before running any npm commands one first needs to run:
nvm use
Then to ensure all dependencies are installed:
npm install
To run the server locally:
npm run start