text-tuner How to run the project locally Create a .env File in the root folder and add the following: OPENAI_API_KEY = "your-secret-key"; Run the following commands: npm install npm run start