Welcome under the hood of my website. It’s built using Eleventy and deployed on Netlify.
If you so wish, you can run a copy of this website locally:
- Make sure you have NPM installed
git clone https://github.com/samjoneill/samoneill.com
- Run
npm install
to install dependencies - Run
npm run watch
For a production ready build, run npm run build
.