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

23 lines
300 B
Markdown

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