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

23 lines
302 B
Markdown

# 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
* <https://squidfunk.github.io/mkdocs-material/>
* <https://www.mkdocs.org/>