An AI-powered PDF helper
- Clone this repository
git clone https://github.com/stevenysy/nextai.git
- Enter the cloned directory
cd nextai
- Install the dependencies
npm install
- Enter your OpenAI API Key
export REACT_APP_OPEN_AI_API_KEY=your-api-key
- Run the app
npm run dev