npm i
to grab dependenciesnpm run dev
to fire up dev servernpm run build
to build static site
This project uses 11ty for templating and static generation. All templating takes place inside the src
directory.
Refer to the 11ty docs for more information on how to customize 11ty to your liking, it is an incredibly powerful tool!
All static assets, like images and fonts, should be placed in public
, as it is copied as-is into the dist
directory.