Skip to content

Commit

Permalink
update readme file and godwoken bridge script for development (#308)
Browse files Browse the repository at this point in the history
* update readme file and godwoken bridge script for development

* update readme file
  • Loading branch information
SpectreMercury authored May 16, 2023
1 parent 8ec8ba3 commit 1d347d2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,8 @@ $ yarn run clean:packages
```


### Run development of Godwoken bridge
$ cd ./app/godwoken-bridge
$ yarn install
$ yarn start

2 changes: 1 addition & 1 deletion apps/godwoken-bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.4.3",
"private": true,
"scripts": {
"start": "REACT_APP_COMMIT_HASH=$(git rev-parse --short HEAD) vite",
"start": "REACT_APP_COMMIT_HASH=$(git rev-parse --short HEAD) vite --open",
"build": "tsc && REACT_APP_COMMIT_HASH=$(git rev-parse --short HEAD) vite build",
"clean": "rm -rf ./dist && rm tsconfig.tsbuildinfo",
"format:check": "prettier --check '**/*.{js,jsx,ts,tsx}'",
Expand Down

1 comment on commit 1d347d2

@vercel
Copy link

@vercel vercel bot commented on 1d347d2 May 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.