From b1151817560d40ec87c5da7571d418c77ce1e6bc Mon Sep 17 00:00:00 2001 From: Dennis Postma Date: Sat, 25 Jan 2025 14:50:53 +0100 Subject: [PATCH] Updated README --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 614e6cf..31f21ab 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,11 @@ This is the server for the Noxious game. 1. Clone the repository 2. Install dependencies with `npm install` 3. Copy the `.env.example` file to `.env` and fill in the required variables -4. After MySQL and Redis are running, run `npx mikro-orm migration:up` to create the database schema -5. Run the server with `npm run dev` -6. Write `init` in the console to import default data and restart the server -7. Write `tiles` in the console to fix tile sizes +4. Extract assets.zip to the `public` folder +5. After MySQL and Redis are running, run `npx mikro-orm migration:up` to create the database schema +6. Run the server with `npm run dev` +7. Write `init` in the console to import default data and restart the server +8. Write `tiles` in the console to fix tile sizes ## Commands