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