Development repository for the CIDR Pianolatron application.
git clone
this repositoryyarn
yarn dev
(This will run the development server and reflect your changes to
the page as you save files)localhost:8080
in your browseryarn build
build/
using an http serveryarn 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 checkUsers with write permissions to the repo can deploy to GitHub Pages with yarn gh-deploy
.