This project will be automatically setup by running the ./go.sh script.
This project was built using node 22. You can install this using nvm.
To setup the workspace, and get started with dev do this:
- Run
nvm use 22 - Run
npm i - Open the project in vscode
- Run
npx eleventy --serve
Now when you navigate to http://localhost:8080/ you'll see your changes reflected (so long as they don't cause the eleventy builder to fail)
When developing with a non-github remote, you can use the ./push-to-all.sh script to push to both to ensure the non-github remote and github are both kept up-to-date with changes.
see snippts.md