From 015a5a85cbdc232f4de388c1b3cade739852781e Mon Sep 17 00:00:00 2001 From: Evan Date: Wed, 12 Feb 2025 08:40:20 -0800 Subject: [PATCH] update readme --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 75b7cae06..7b73c8687 100644 --- a/README.md +++ b/README.md @@ -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 +```