Skip to content

Commit

Permalink
chore: fix contributing running server (#840)
Browse files Browse the repository at this point in the history
  • Loading branch information
veredcon authored Jun 9, 2024
1 parent ba484f1 commit f7eec27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ To run it do the following:
```bash
yarn serve
```
- open the broswer on `localhost:8080` to access the framework.
- open the broswer on `http://localhost:5173/index.html` to access the framework.

#### Run the explore generators framework in dev mode

Expand All @@ -92,7 +92,7 @@ To run it do the following:
```bash
yarn serve
```
- open the broswer on `localhost:8080/exploregens` to access the framework.
- open the broswer on `http://localhost:5173/exploregens/index.html` to access the framework.

#### Run the VSCode extension

Expand Down

0 comments on commit f7eec27

Please sign in to comment.