- Install dependencies:
npm ci- Create
.env.localfile and add OpenAI API to it:
OPENAI_API_KEY=<Your key here>
- Run the development server:
npm run dev- Next.js as the React framework
- Tailwind CSS for styling
- daisyUI UI component library
- TanStack Query for data fetching
- OpenAI API for generating text suggestions
- TypeScript as the programming language
- ESLint for checking code quality and formatting