This is the browser frontend code for the tradtunedb website written entirely in PureScript / Halogen.
This has been made possible by adding CORS header protection to the MusicRest server to all resources that a JavaScript frontend needs to access.
The latest release attempts to provide a responsive design, making it accessible to mobile devices.
npm run build
fire up a tradtunedb development server then:
npm run test
- Add role (e.g. admin) to the user profile.
- Add preferred soundfont to the user profile and load it when the user logs in.