pages.mov
journal_entry.mov
question_answer_feature.mov
Install Packages
npm install
Create a valid .env file using the template below:
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=******
CLERK_SECRET_KEY=******
NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in
NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up
NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=/scribe
NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=/new-user
OPENAI_API_KEY=*****
Then run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.