mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 23:11:55 +00:00
185d2871054dcd8c40a4293ec25bd1972074e45f
Fixed a bug where if you joined a private lobby through a link and hit the exit button in the options menu it will rejoin the lobby instead of heading to homepage
OpenFront.io
OpenFront is an online rts.
This is a fork/rewrite of WarFront.io. Credit to https://github.com/WarFrontIO.
Building
To build the project, you will need to have Node.js and npm installed.
Before building the project, install the dependencies:
npm install
To run dev build:
npm run dev
Make sure to format code using prettier extension or by running:
npm run format
Languages
TypeScript
91.3%
GLSL
2.6%
JavaScript
1.9%
HTML
1.7%
CSS
1%
Other
1.5%