mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 10:21:27 +00:00
First Commit
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
# 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. 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
|
||||
git submodule update --init --recursive
|
||||
npm install
|
||||
```
|
||||
|
||||
To run dev build:
|
||||
|
||||
```bash
|
||||
npm run dev
|
||||
```
|
||||
Reference in New Issue
Block a user