Files
zkldi_Tachi/server
zkldi 82a9cc77aa fix: we can't use pnpm ts-node
i have no idea why this doesn't work but I don't have the time
to investigate properly at the moment.

How bizarre. We definitely have ts-node installed,
and pnpm ts-node should work reliably.

If anything, what we're doing right now *shouldn't* work!
2022-10-20 11:49:40 +01:00
..
2022-10-20 11:49:40 +01:00
2021-11-09 17:06:27 +00:00
2022-07-16 17:43:33 +01:00
2021-05-20 09:30:49 +01: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.