项目作者: fjlaubscher

项目描述 :
Learn guitar modes the modern way.
高级语言: JavaScript
项目地址: git://github.com/fjlaubscher/modes.git
创建时间: 2019-04-19T08:01:26Z
项目社区:https://github.com/fjlaubscher/modes

开源协议:MIT License

下载


Guitar Modes 🎸

Learn guitar modes the modern way — using tabs.

Web Audio API done thanks to Tone.js

Getting Started

  1. cp sample.env .env
  2. npm install

Local development with HMR

  1. npm start

Production build

  • Set NODE_ENV=production to enable the service worker.
  • This also uses Chromium to pre-render the entire React app and allows the client to be Hydrated (as if it were rendered using SSR).
    1. npm run build
    2. OR
    3. npm run clean-and-build

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

License

Modes is © 2019 Francois Laubscher.
It is free software, and may be redistributed under the terms specified in the LICENSE file.