mirror of
https://github.com/zkldi/Tachi.git
synced 2026-09-25 08:27:59 +03:00
* feat: pb resolution endpoint * my favourite thing about typescript tooling is how it automatically applies fixes that completely break your code because it knows nothing about anything * fix: i'm running tests on github actions because the devcontainer doesn't work on arm * i am aliyah * fix: cuz of the * f * f(prime) * guggington2 * pain * pain two
Tachi-Server
Tachi-Server is the backend for Tachi.
What's it do?
- Hosts an express backend server.
- Opens a public API on
/api. - Supports various IR frameworks under
/ir - Powers a ridiculously overengineered score import framework.
Setup
Make sure you've ran the bootstrap script in ../_scripts. You can then start the server with
pnpm start (in this directory) or pnpm start-server at the top level.