Skip to content

Commit

Permalink
refactor: update documentation app port from 3535 to 3003
Browse files Browse the repository at this point in the history
  • Loading branch information
chimpdev committed Nov 22, 2024
1 parent 20ebb0c commit 463ca11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ npm run dev
```

8. Open your browser and navigate to `http://localhost:3000` to view the website locally.
9. Open your browser and navigate to `http://localhost:3535` to view the documentation locally. (optional)
9. Open your browser and navigate to `http://localhost:3003` to view the documentation locally. (optional)

---

Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"private": true,
"version": "1.1.0",
"scripts": {
"dev": "next dev --turbo -p 3535",
"dev": "next dev --turbo -p 3003",
"build": "next build",
"start": "next start -p 3535",
"start": "next start -p 3003",
"lint": "next lint"
},
"contributors": [
Expand Down

0 comments on commit 463ca11

Please sign in to comment.