mirror of
https://github.com/zkldi/Tachi.git
synced 2026-09-28 01:48:11 +03:00
Can you believe it? pnpm <scriptname> goes through this bizarre anti-logic wrt. running scripts. If the script is a dedicated pnpm command, it will run that command. Else if the script exists in package.json, it will run it. At this point, it then tries to run it as a normal shell command. By checking if <scriptname> is in $PATH and then executing that. What the hell? This was helpfully revealed to my by a tester who found `pnpm sort` was taking too long. That's because it was running `sort(1)`. Absolutely insane behaviour. Why???
Tachi-Docs
This is the documentation for Tachi.
Our staging branch is hosted under https://docs-staging.bokutachi.xyz.
Our release/2.* branch is hosted under 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 mkdocspip install mkdocs-materialmkdocs serve
Contributing
Fork the repository and PR your changes to staging.