README update
This commit is contained in:
@@ -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
|
||||||
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user