Skip to content

Commit

Permalink
Fix Port and Command in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Gbuomprisco authored Jan 21, 2025
1 parent 6c2d0a0 commit baf53dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,10 @@ Please make sure you have a Docker daemon running on your machine.
Then run the following command to start Supabase:

```bash
pnpm run supabase:start
pnpm run supabase:web:start
```

Once the Supabase server is running, you can access the Supabase dashboard at http://localhost:54321.
Once the Supabase server is running, please access the Supabase Dashboard using the port in the output of the previous command. Normally, you find it at [http://localhost:54323](http://localhost:54323).

You will also find all the Supabase services printed in the terminal after the command is executed.

Expand Down

0 comments on commit baf53dc

Please sign in to comment.