Files
zkldi_Tachi/client
2022-02-09 02:58:06 +00:00
..
2021-11-01 04:09:01 +00:00
2021-11-13 22:33:21 +00:00
2021-10-28 00:32:48 +01:00
2022-02-09 02:58:06 +00:00
2021-08-29 22:25:37 +01:00
2022-02-09 02:58:06 +00:00
2022-02-09 02:58:06 +00:00
2021-11-01 01:56:37 +00:00

Tachi Client

This repo contains the frontend tachi client codebase.

Building

pnpm build

Dev Server

pnpm start

Config

# .env
REACT_APP_TCHIC_MODE="omni" # "btchi" or "ktchi", in prod
REACT_APP_SERVER_URL="wherever the related tachi-server is hosted, for dev, this might be 127.0.0.1:8080, for production, this is https://kamaitachi.xyz or similar."
REACT_APP_CDN_URL="wherever the cdn is hosted"