Skip to content

nddbk/piano-chords

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

piano-chords

Simple tool for determining piano chords based on given scale.

Piano Chords demo

Live app

Why and how?

Install

git clone https://github.com/techpush/piano-chords.git
cd piano-chords

// install node packages
npm install

// download libraries
npm run setup

// start
npm start

Build

// build
npm run build

Test

// test
// ensure that it was built with "npm run build"
npm test

// e2e test
// ensure that node process is running with "npm start"
// then in another tab
npm run test:e2e

License

The MIT License (MIT)