UI to test and showcase the Sounds of Scala's sampler instrument
To develop:
sbt fastLinkJS
to compile the Scala codenpm run preview
to build and serve locallycp -r resources dist/resources
to move the samples into a location the local server can find
To publish:
The commands in .github/workflows/ci.yml
will automatically build and publish a site containing the application. To serve this from Github pages:
- Settings > Pages > Deploy from a branch
- Branch is
gh-pages
Note that your main branch must be called main
(the current default), not master
(which older repositories might use.) See renaming a branch
Then visit username.github.io/sos-sampler
to see the deployed site.