Files
zkldi_Tachi/server
zkldi 73dfd64cd3 fix: remove some extremely annoying deprecation warnings (#1028)
* fix: enforce 3.6.3 to avoid deprecation warning

* fix: nonsense old debug message

* fix: just re-patch browserslist, whatever.
2024-04-09 23:24:29 +01:00
..
2024-04-05 20:48:55 +01:00
2021-11-09 17:06:27 +00:00
2022-07-16 17:43:33 +01:00
2023-08-03 19:33:23 +01:00
2021-05-20 09:30:49 +01:00
2023-02-08 03:36:09 +00:00
2024-04-06 14:21:27 +01:00
2022-07-18 02:03:54 +01:00
2023-11-14 22:23:51 +00:00
2023-02-18 00:00:25 +00:00
2023-02-18 00:00:25 +00: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.