goldendict-ng/website
shenleban tongying 13a50dbb6c
Some checks failed
SonarCloud / Build and analyze (push) Has been cancelled
deploy_website / deploy (push) Has been cancelled
fix: regression in finding {id}-{id} lang pair from dict name
2024-12-13 04:20:39 +00:00
..
docs fix: regression in finding {id}-{id} lang pair from dict name 2024-12-13 04:20:39 +00:00
.gitignore feat(website): initial proper website 2023-04-17 07:12:04 +08:00
mkdocs.yml doc: various updates 2024-11-13 23:05:40 -05:00
README.md doc: various updates 2024-11-13 23:05:40 -05:00

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