This project is meant to build a Melody Generator based on common parameters like Key Signature, Scale, Time Signature and other less common or custom parameters...
These instructions below will get you a copy of the project up and running on your local machine for development and testing purposes.
You need to have Node.js installed with a package manager like NPM or Yarn.
You can check it up by running this command in your console :
node -v
To install all the packages needed by this project, you have to run an packager manager.
Run this command if you are using NPM:
npm install
Or this command if you are using Yarn:
yarn install
To run this locally please use this command:
npm start
This project is based on other packages and music theory libraries:
- Shengda Liu - Initial work - shengdaliu