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 +```