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 installto install dependencies - Run
npm run watch
For a production ready build, run npm run build.