This project fixes your grammar using OpenAI GPT-3.
The project uses the OpenAI GPT-3 API to fix your grammar.
After cloning the repo, go to OpenAI and create an account and put your API key in an .env file. You can create one by renaming .env.example to .env and putting your API key in there.
Then, run the development server first install the packages:
npm install
and then run the development server:
npm run dev