goldendict-ng/website/README.md
shenleban tongying ccf70cdfb6
Some checks failed
SonarCloud / Build and analyze (push) Waiting to run
deploy_website / deploy (push) Has been cancelled
doc: various updates
2024-11-13 23:05:40 -05:00

302 B

Local build setup

With venv

cd ./website
python3 -m venv ./venv/
source ./venv/bin/activate
# source ./venv/bin/activate.fish
pip3 install mkdocs-material

Then

mkdocs serve

More details can be found