Skip to content

dkarter/fretmaster-elm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

999063d ยท Mar 30, 2025
Jan 16, 2019
Jun 7, 2019
Jul 31, 2019
Jun 14, 2019
Dec 26, 2018
Jan 18, 2019
Jul 28, 2019
Feb 15, 2021
Jul 8, 2020
Dec 27, 2019
Dec 27, 2019
Jan 9, 2024
Dec 27, 2019

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