A guitar fretboard memorization game built in Elm
Check it out on https://fretmaster.app
This app uses Yarn. Ensure you have it installed.
Install create-elm-app
globally using yarn:
yarn global add create-elm-app
Then in the source directory run yarn install
.
In two separate terminals run:
yarn watch-css
elm-app start
Run elm-app test