Skip to content

Commit

Permalink
Add instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
dapplion committed Nov 10, 2020
1 parent 57775e6 commit 6e55d11
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions browser-demo/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ module.exports = {
entry: "./src/index.js",
devServer: {
port: 3000,
open: true
},
output: {
path: path.resolve(__dirname, "dist"),
Expand Down
8 changes: 8 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,14 @@ see [bls](https://github.com/herumi/bls)
## For Node.js
node test.js

## Browser demo

```
cd browser-demo
npm install
npm start
```

# License

modified new BSD License
Expand Down

0 comments on commit 6e55d11

Please sign in to comment.