diff --git a/README.md b/README.md index 7224b52..5f4c338 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,8 @@ After installing everything - you should run the E2E tests to make sure everythi npm run dev ``` +Wether you are using the Docker environment or not, you should now be able to access the app at `http://localhost:8001`. + ### Type-Check, Compile and Minify for Production ```sh diff --git a/package.json b/package.json index b7018d5..d16b1fd 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "node": ">=20.0.0" }, "scripts": { - "dev": "vite", + "dev": "vite dev --port 8001", "build": "run-p type-check build-only", "preview": "vite preview", "preview:new": "npm run build && run-p preview",