The Orcish Meal Planner is an easy-to-use app that helps you create daily meal plans based on the user data.
To begin, install the required dependencies using the following command:
pnpm iAfter installing the dependencies, run the development server:
pnpm devOpen http://localhost:3000 with your browser to see the result.
cp .env.example .env
Create a copy of the provided .env.example file and name it .env. Fill in the required OpenAI API Key in the newly created .env file, and Clerk variables if you're going to use authentication:
OPENAI_API_KEY=your_openai_api_key
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=your_clerk_publishable_key
CLERK_SECRET_KEY=your_clerk_secret_key
NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in
NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-upMake sure to replace placeholder values with your actual API keys, and keep them safe!
- Login to the app
- Enter your data in the form
- Use your daily meal plan!