/snowypiano

A minimalistic sight trainer

Primary LanguageTypeScriptMIT LicenseMIT

Snowy Piano

A clean and cool like snow, fully customizable staff sheet sight trainer for musicians

Features -

  • Animatable staff sheet
  • Themes
  • Midi Visualizers
  • Smooth Caret
  • Live stats

Contribute

The project is in its very early phase and yet to be dropped its first release. Anyone who is interested can contribute, feel free to reach me at raghav@snowypiano.com



Installation & Set Up 🛠

  1. Clone this repository

    git clone git@github.com:raghav-wd/snowypiano.git
  2. Install dependencies

    npm install
  3. Start the development server

    npm start

Building and Running for Production 🚀

  1. Generate a full static production build

    npm run build