Skip to content

ngviethoang/ai-writing-assistant

Repository files navigation

AI Writing Assistant

Getting Started

Create .env file from .env.example file

Insert your OpenAI API token.

To run the app

# Install the dependencies
yarn
# Run the app
yarn run dev