Skip to content

gyurisc/gramrfixr

Repository files navigation

This project fixes your grammar using OpenAI GPT-3.

GramrFixr

How it works

The project uses the OpenAI GPT-3 API to fix your grammar.

Running Locally

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