Files
zkldi_Tachi/server
zk 31257ca1f2 feat: pb resolution endpoint (#1413)
* 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
2026-01-10 20:22:58 +00:00
..
2026-01-10 20:22:58 +00:00
2021-11-09 17:06:27 +00:00
2025-03-18 18:42:39 +00:00
2022-07-16 17:43:33 +01:00
2025-03-18 20:01:56 +00:00
2024-08-17 15:01:40 +01:00
2021-05-20 09:30:49 +01:00
2023-02-08 03:36:09 +00:00
2022-07-18 02:03:54 +01:00

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.