Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jul 25, 2025. It is now read-only.

Latest commit

 

History

History

README.md

Lilac documentation

We use Sphinx to auto-generate the API reference.

NOTE: Run all scripts from the project root.

For development, start a local server with auto-refresh:

./scripts/watch_docs.sh

To build the docs:

./scripts/build_docs.sh

Deployment

One time setup (skip to Deploy)

Install firebase cli:

npm install -g firebase-tools

Deploy

poetry run python -m scripts.deploy_website

Append the --staging flag to deploy to the staging site instead of production.