Merge pull request #146 from xsuchy/readme-prod

fix README for production deployment
This commit is contained in:
Mario Zechner 2023-09-18 21:01:22 +02:00 committed by GitHub
commit 1f7fbc6c6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -47,8 +47,8 @@ Install the dependencies as per above, then simply run:
```
git clone https://github.com/badlogic/heissepreise
cd heissepreise
npm install
npm run dev
node --dns-result-order=ipv4first /usr/bin/npm install --omit=dev
npm run start
```
Once the app is listening per default on port 3000, open <http://localhost:3000> in your browser.

View File

@ -30,6 +30,7 @@
"cross-env": "^7.0.3",
"express": "^4.18.2",
"hyphen": "^1.6.6",
"husky": "^8.0.3",
"moment": "^2.29.4",
"node-html-parser": "^6.1.5",
"pdfjs-dist": "^3.7.107",
@ -39,7 +40,6 @@
"autoprefixer": "^10.4.14",
"concurrently": "^8.1.0",
"esbuild": "^0.17.19",
"husky": "^8.0.3",
"postcss": "^8.4.24",
"prettier": "^2.8.8",
"pretty-quick": "^3.1.3",