update readme

This commit is contained in:
Evan
2025-02-12 08:40:20 -08:00
parent 2df3db7292
commit 015a5a85cb
+8 -2
View File
@@ -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
```