Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 818 Bytes

README.md

File metadata and controls

41 lines (23 loc) · 818 Bytes

FretMaster

Build Status Netlify Status

A guitar fretboard memorization game built in Elm

Demo

screenshot

Check it out on https://fretmaster.app

Dependencies

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.

Running

In two separate terminals run:

yarn watch-css
elm-app start

Testing

Run elm-app test