diff --git a/README.md b/README.md index d0e491c..45ac1ef 100644 --- a/README.md +++ b/README.md @@ -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 in your browser. diff --git a/package.json b/package.json index a819171..3119c3f 100644 --- a/package.json +++ b/package.json @@ -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",