ChordSeqAI
Menu

Technical

Installation

Installation

Although the app is available online at chordseqai.com, you can also run it locally. This section describes how to do that.

Prerequisites

Before you begin, ensure you have the following installed:

Installation steps

  1. Navigate to the place where you want the app to be downloaded in Command Prompt.

  2. Clone the repository:

git clone https:/​/​github.com/​PetrIvan/​chord-seq-ai-app.git

  1. Navigate to the project directory:

cd chord-seq-ai-app

  1. Install NPM packages:

npm install

Running the app

To run the application locally:

  1. Start the development server:

npm run dev

  1. Open your browser and navigate to http://localhost:3000 to view the app.