Skip to content

Commit

Permalink
Merge branch 'master' into pico-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
mwargan committed Mar 4, 2024
2 parents 918ffc1 + c871497 commit bfab2f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit bfab2f2

Please sign in to comment.