Skip to content

dkarter/fretmaster-elm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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