Development repository for the CIDR Pianolatron application.
- March 2024: Testing and final modifications are in progress.
git clonethis repository
yarnyarn dev(This will run the development server and reflect your changes to the page as you save files)- Visit
localhost:8080in your browser
yarn build- Serve
build/using an http server yarn previewis now also available, which will perform a static production build and then serve it from http://localhost:8080/.
yarn lintto run eslintyarn testto run jestyarn coverageto run code coverage check
Users with write permissions to the repo can deploy to GitHub Pages with yarn gh-deploy.