goldendict-ng/website/README_about_this_website.md
2023-04-17 07:12:04 +08:00

300 B

Local build setup

With venv

cd ./website
python -m venv ./venv/
source ./venv/bin/activate
# source ./venv/bin/activate.fish
pip install mkdocs-material

Then

mkdocs serve

More details can be found