- Clone the repository
gh repo clone wileymc/midi-gpt
// or
git clone https://github.com/wileymc/midi-gpt.git
- Duplicate the
.env.example
file and rename it to.env.local
and add your OpenAI API key - Install the dependencies and start the dev server
pnpm i
pnpm dev
The server will now be running at http://localhost:1972