This is a Next.js project bootstrapped with create-next-app
.
Step 1. Copy the .env.example and rename to .env
To set up your environment variables, you will need to sign up for the following services and obtain API keys:
- Clerk for authentication and user management, and
- OpenAI API
Step 2. Install required dependencies.
npm i
Step 3. Run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
Step 4. Create an account and log in.