This app aims to provide an accurate tool for plotting notation and getting guitar tablature out in the browser.
Since it's just essentially an ejected create-react-app
project, you can use:
yarn && yarn start
Go to localhost:3000
Eslint + prettier
yarn lint
Enzyme, Jest and Cypress.
Unit: yarn test
Cypress: yarn cypress:run