LexDocs - End User Documentation for Lexgate
To run dev server inside Docker container
bash ldo up
Server is available on host http://localhost:1313/. It will automatically watch for file changes and publish them to your local server.
Tear down dev server
bash ldo down
If you make changes in CSS, JS oder some assets, the filewatcher might not work. You can rebuild the application manually bs using
bash ldo build
you can extend watch and build with more arguments, for example build with drafts:
bash ldo build -D
Update dependencies (Template) with
bash ldo update