Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.17 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.17 KB

Eleventy starter kit

Project to start quickly with eleventy. The only tools you need to have installed on the host is Docker, just and your favorite IDE 💻

Getting started

  1. The first time the project is launched, the development docker image needs to be built with just build-local-image
  2. Lauch eleventy in serve mode with: just watch
  3. See the results at http://localhost:8080

The port is overridable in .env by changing the value of WEB_PORT

  1. Code your site in ./src => Happy Coding 🎉

Available commands

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

LICENSE

MIT (c) 2020, Irwin Lourtet.

Author

Irwin Lourtet
Irwin Lourtet