/guitar-companion

A progressive web app to help practice guitar

Primary LanguageJavaScript

Guitar Companion

A progressive web app to help practice guitar. Dynamically generates svg diagrams you can print or download.

Prerequisites

Installation

  • git clone <repository-url> this repository
  • cd guitar-companion
  • npm install

Running / Development

Running Tests

  • ember test
  • ember test --server (live-reload)
  • ember test --module 'Unit | Utility | math' (one at a time)

Deploying

Automatically deployed to GitHub Pages via TravisCI.

Further Reading / Useful Links