Basically think of it as Cursor AI but for writing song lyrics (kinda). It's a text editor, but you get suggestions for lyrics and rhymes as you type.
This is a Next.js project bootstrapped with create-next-app.
On the GitHub page of this repo, click on the green code button. You should see a URL.
Then in your terminal, run
git clone <that URL>Copy the file called .env.example at the root directory of this repo. Call this new file .env or .env.local.
This is your environment variable file. Inside the file, you should be able to fill in your OpenAI API key, and whether you want to use LLM7.io (a third party LLM provider) instead of OpenAI's. And maybe more if I decide to add more settings.
Lastly, run the development server:
npm run dev