From bf4789b9a8e5d6473fec7c8c4ea7f7fddec6f349 Mon Sep 17 00:00:00 2001 From: Dennis Postma Date: Sat, 25 Jan 2025 14:44:33 +0100 Subject: [PATCH] Added additional installation steps --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c2b9e62..614e6cf 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,10 @@ 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. Run the server with `npm run dev` +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 ## Commands