Start working immediately with 11ty.
Clone or download this repo and run the following command:
npm i
This command install all the dependencies you need to start working.
After the installation you can use the following commands:
build
to perform a build from the src
directory into a dist
directory.
serve
to launch a Browsersync server, included in 11ty which restarts every time a file is modified.