Skip to content

Commit

Permalink
Add note about how to compile the app in release mode
Browse files Browse the repository at this point in the history
  • Loading branch information
inthar-raven committed Aug 28, 2024
1 parent a73b635 commit 44a78a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ A microtonal scale research app chiefly dedicated to ternary scales (scales with
1. Run `npm run serve` in the project directory.
1. Visit `http://localhost:8080/` with your browser. Your browser must support WebAssembly; all major browsers should.


By default the WASM is compiled in development mode. To compile it in release mode, change the `mode` value to `"production"` in the project directory's `webpack.config.js` file.

# Dev scripts

1. `npm run build`: Build the app
Expand Down

0 comments on commit 44a78a1

Please sign in to comment.