Skip to content

Commit

Permalink
Update frontend port in development guide
Browse files Browse the repository at this point in the history
  • Loading branch information
n4ze3m committed Mar 5, 2024
1 parent 793a7b0 commit be19f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/running-locally-for-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ Set the `DATABASE_URL` environment variable to the URL of your PostgreSQL databa
- If you don't have `pnpm` installed, you can install it globally with `npm install -g pnpm`
- If you don't have `yarn` installed, you can install Yarn globally with `npm install -g yarn`

Now you should be able to access the frontend at `localhost:5173` and the backend API at `localhost:3000`. As you make code changes, the servers will reload and reflect the updates. But if you make changes to the widget, you will need to run the asset copy command again to update the widget assets in the backend.
Now you should be able to access the frontend at `localhost:5123` and the backend API at `localhost:3000`. As you make code changes, the servers will reload and reflect the updates. But if you make changes to the widget, you will need to run the asset copy command again to update the widget assets in the backend.

0 comments on commit be19f57

Please sign in to comment.