mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 15:30:43 +00:00
30 lines
533 B
Markdown
30 lines
533 B
Markdown
# 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:
|
|
|
|
```bash
|
|
npm install
|
|
```
|
|
|
|
To run dev build:
|
|
|
|
```bash
|
|
npm run dev
|
|
```
|
|
|
|
Make sure to format code using prettier extension or by running:
|
|
|
|
```bash
|
|
npm run format
|
|
```
|