Skip to content

Commit

Permalink
Add release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Property404 committed Dec 30, 2022
1 parent 7b06106 commit 112fc4a
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,26 @@ $ cat < file
Wow what a great fortune
```

## Running locally
## Building and Serving for Development

* `cargo install wasm-pack`
* `wasm-pack build --no-default-features`
* `wasm-pack build --dev`
* `cd www`
* `npm install`
* `npm run start`

App will be served on port 8080

## Building for Release

* `cargo install wasm-pack`
* `wasm-pack build --no-default-features`
* `cd www`
* `npm install`
* `npm run build`

Build will be in `www/dist/`

## License

MIT

0 comments on commit 112fc4a

Please sign in to comment.