mirror of
https://github.com/zkldi/Tachi.git
synced 2026-09-26 17:07:58 +03:00
20 lines
532 B
Markdown
20 lines
532 B
Markdown
# Tachi-Docs
|
|
|
|
This is the documentation for Tachi.
|
|
|
|
Our `staging` branch is hosted under [https://docs-staging.bokutachi.xyz](https://docs-staging.bokutachi.xyz).
|
|
|
|
Our `release/2.*` branch is hosted under [https://docs.bokutachi.xyz](https://docs.bokutachi.xyz)
|
|
|
|
# Setup
|
|
|
|
If you're in a horribly hellish python environment like me (Sorry Sera, you know its true) make sure you use `pip3`
|
|
|
|
- `pip install mkdocs`
|
|
- `pip install mkdocs-material`
|
|
- `mkdocs serve`
|
|
|
|
# Contributing
|
|
|
|
Fork the repository and PR your changes to `staging`.
|