https://github.com/dkarter/fretmaster-elm
🎸 Guitar Learning Game (PWA) written in Elm
https://github.com/dkarter/fretmaster-elm
Last synced: over 1 year ago
JSON representation
🎸 Guitar Learning Game (PWA) written in Elm
- Host: GitHub
- URL: https://github.com/dkarter/fretmaster-elm
- Owner: dkarter
- License: gpl-3.0
- Created: 2018-11-03T05:47:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-01-09T04:13:17.000Z (over 2 years ago)
- Last Synced: 2025-03-16T01:58:58.788Z (over 1 year ago)
- Language: Elm
- Homepage: https://fretmaster.app/
- Size: 5.46 MB
- Stars: 13
- Watchers: 4
- Forks: 1
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-elixir-gaming - Fretmaster
README

[](https://travis-ci.org/dkarter/fretmaster-elm) [](https://app.netlify.com/sites/fretmaster/deploys)
A guitar fretboard memorization game built in Elm
## Demo

[Check it out on https://fretmaster.app](https://fretmaster.app/)
## Dependencies
This app uses Yarn. Ensure you have it installed.
Install `create-elm-app` globally using yarn:
```sh
yarn global add create-elm-app
```
Then in the source directory run `yarn install`.
## Running
In two separate terminals run:
```sh
yarn watch-css
```
```sh
elm-app start
```
## Testing
Run `elm-app test`