README update

This commit is contained in:
RDarius
2025-02-27 18:51:18 +02:00
committed by GitHub
parent 3d34febf6e
commit a644a1dc99
2 changed files with 8 additions and 2 deletions

View File

@@ -1 +1,7 @@
Client repository can be found [here](https://github.com/rdarius/kawaii-jumper) Client repository can be found [here](https://github.com/rdarius/kawaii-jumper)
clone this and server repositories
`npm run start` for development mode
`npm run prod` for production mode

View File

@@ -7,7 +7,7 @@
"license": "ISC", "license": "ISC",
"scripts": { "scripts": {
"build": "tsc", "build": "tsc",
"start:dev": "ts-node-dev --respawn ./src/app.ts", "start": "ts-node-dev --respawn ./src/app.ts",
"prod": "tsc && node ./dist/app.js" "prod": "tsc && node ./dist/app.js"
}, },
"repository": { "repository": {