Skip to content

mchechulnikov/consonance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Consonance

Build CI

Guitar fretboard assistant
scr

Roadmap for MVP

  • Simplest fretboard
  • Intervals, chords, scales
  • Routing
  • Advanced chords
  • Inversions of chords
  • Chord forms
  • Training mode

How to run locally

Docker way

To build

./scripts/build.sh

To start

./scripts/run.sh

To stop

./scripts/stop.sh

To restart

./scripts/restart.sh

Debug way

  1. Install elm, elm-format and elm-test by following
    brew install elm
    brew install elm-format
    npm install -g elm-test
    npm install -g elm-live
    
  2. ./scripts/debug.run.sh