mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
c51c0fd714
--------- Co-authored-by: shenleban tongying <shenlebantongying@gmail.com> |
||
---|---|---|
.. | ||
docs | ||
.gitignore | ||
mkdocs.yml | ||
README.md |
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