Updated README
This commit is contained in:
parent
da2f65dc05
commit
fd18ff64eb
@ -14,7 +14,7 @@ This is the server for the Noxious game.
|
||||
2. Install dependencies with `npm install`
|
||||
3. Copy the `.env.example` file to `.env` and fill in the required variables
|
||||
4. Extract assets.zip to the `public` folder
|
||||
5. After MySQL and Redis are running, run `npx mikro-orm-esm migration:up` to create the database schema
|
||||
5. After MySQL and Redis are running, run `npm run 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
|
||||
|
6
package-lock.json
generated
6
package-lock.json
generated
@ -1949,9 +1949,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/bullmq": {
|
||||
"version": "5.44.1",
|
||||
"resolved": "https://registry.npmjs.org/bullmq/-/bullmq-5.44.1.tgz",
|
||||
"integrity": "sha512-NEWQIixKw5QdXmSnhQU25A336N10DvxuDcmiVXQyuwSx1lrzfNIdQA3BNADfpAUwHtuJkJImHVLCM3/KEr9nWA==",
|
||||
"version": "5.44.3",
|
||||
"resolved": "https://registry.npmjs.org/bullmq/-/bullmq-5.44.3.tgz",
|
||||
"integrity": "sha512-NH3leZ97ullkcHEjfpOKCFyk3Il14KywC4Zrnf+R9z741Eazw0lituqUIkiFo1QH8Py/PIipA1rzCdsAmQsx/A==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"cron-parser": "^4.9.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user