Project to start quickly with eleventy. The only tools you need to have installed on the host is Docker, just and your favorite IDE 💻
- The first time the project is launched, the development docker image needs to be built with
just build-local-image
- Lauch eleventy in serve mode with:
just watch
- See the results at http://localhost:8080
The port is overridable in
.env
by changing the value ofWEB_PORT
- Code your site in
./src
=> Happy Coding 🎉
All commands are executed with just.
- exec <cmd> execute the command in the docker container.
If the <cmd> is omitted, the command use by default is bash which allow to have a bash instance inside the container
- watch watch and serve the project
- clean clean the generated files
MIT (c) 2020, Irwin Lourtet.
Irwin Lourtet |