Skip to content

enertech-ch/eapp-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LexDocs - End User Documentation for Lexgate

Installation

After cloning the repo, make sure you also install the submodules (the theme is a submodule) by running:

git submodule update --init --recursive

To start the 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

CLI Docs

Update dependencies (Template) with

bash ldo update

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published