Skip to content
This repository was archived by the owner on Feb 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #410 from aquibbaig/fix/local-dev-instructions
Browse files Browse the repository at this point in the history
fixes instructions for local dev environment
  • Loading branch information
davidkpiano authored May 7, 2023
2 parents a02d312 + 0d0cf5b commit 0c4c189
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Alternatively, you can install it locally (see installation)

1. Clone this GitHub repo
1. Run `yarn install`
1. Run `npm start` and visit [localhost:3000/viz](https://localhost:3000/viz)
1. Run `yarn start` and visit [localhost:3000/viz](http://localhost:3000/viz)

## Releases

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"xstate": "^4.26.0"
},
"scripts": {
"start": "next -p 3001",
"start": "next -p 3000",
"build": "next build",
"serve": "next start",
"postinstall": "patch-package && mkdir -p public/monaco-editor && cp -r node_modules/monaco-editor public",
Expand Down

0 comments on commit 0c4c189

Please sign in to comment.