Replay viewer adapted for TauCetiStation/TauCetiClassic repository.
Based on https://github.com/yogstation13/demo-viewer with patches from https://github.com/Alexofp/demo-viewer for russian language.
See the LICENSE file for license rights and limitations (MIT).
- Have node, npm, and npx installed.
- Run
npm install
in the root directory to install the requirements. - Run
npm run build
to compile the project (npm run build-prod
to compile the project into production) - (local) Run
npm run serve
to start a local server with a hosted project - In the created
dist
folder you'll find all deployment-ready scripts, as well asindex.html
which you can open in your browser!