/OpenFrontIO

Online browser-based RTS game

Primary LanguageTypeScriptGNU Affero General Public License v3.0AGPL-3.0

OpenFront.io

Prettier Check

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