diff --git a/README.md b/README.md index 3a4f1f3..f81f7dd 100644 --- a/README.md +++ b/README.md @@ -1 +1,7 @@ -Client repository can be found [here](https://github.com/rdarius/kawaii-jumper) \ No newline at end of file +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 \ No newline at end of file diff --git a/package.json b/package.json index b57fa17..7026dce 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "license": "ISC", "scripts": { "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" }, "repository": {