mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 07:40:43 +00:00
update readme
This commit is contained in:
@@ -8,9 +8,9 @@ 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/).
|
||||
To build the project, you will need to have Node.js and npm installed.
|
||||
|
||||
Before building the project, you will need to install the dependencies. You can do this by running the following command in the project directory:
|
||||
Before building the project, install the dependencies:
|
||||
|
||||
```bash
|
||||
npm install
|
||||
@@ -21,3 +21,9 @@ To run dev build:
|
||||
```bash
|
||||
npm run dev
|
||||
```
|
||||
|
||||
Make sure to format code using prettier extension or by running:
|
||||
|
||||
```bash
|
||||
npm run format
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user