/vrcarena-web

The React web client for VRCArena.

Primary LanguageTypeScriptMIT LicenseMIT

VRCArena Web Client

The React web client for the website VRCArena.

Development

You should start everything using Docker Compose in the root of the backend project (closed source).

Otherwise just run:

cp .env.example .env
npm i
npm start