Technical
Installation
Although the app is available online at chordseqai.com, you can also run it locally. This section describes how to do that.
Before you begin, ensure you have the following installed:
Navigate to the place where you want the app to be downloaded in Command Prompt.
Clone the repository:
git clone https://github.com/PetrIvan/chord-seq-ai-app.git
cd chord-seq-ai-app
npm install
To run the application locally:
npm run dev