mirror of
https://github.com/zkldi/Tachi.git
synced 2026-09-27 17:38:11 +03: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"