Files
OpenFrontIO/README.md
T
2025-02-12 08:38:38 -08:00

24 lines
587 B
Markdown

# OpenFront.io
![Prettier Check](https://github.com/openfrontio/OpenFrontIO/actions/workflows/prettier.yml/badge.svg)
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. You can download them from [here](https://nodejs.org/).
Before building the project, you will need to install the dependencies. You can do this by running the following command in the project directory:
```bash
npm install
```
To run dev build:
```bash
npm run dev
```