This starter is a basic Eleventy site mean for a small personal site with a blog section.
Install the local package dependencies:
npm install
You can now run your server locally:
npm run dev
Format using Prettier
npm run format
Static site generation
make build
Clean
make clean