Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1017 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 1017 Bytes

note-practice

Practice reading and playing notes

Screencapture GIF

Setup

You need git and npm. Bower and Brunch should be installed locally when running npm install

Install npm dependencies: npm install

Build & development

Run npm start

This builds the project and starts a local server for development purposes at http://localhost:3333

Production build

Run npm run-script build

This builds the project with production settings and outputs into the public directory

Made possible by

Fun facts

  • This project started as a small project during the christmas holidays, because I wanted a more fun way to practice sight-reading piano notes instead of the classic "flash-card" versions around on the internet. Somewhat inspired by Yousician.
  • The first P.O.C. was built in a day, and the first release-version on github was done in ~3 days.