Welcome to our Workshop, clone this repository to follow along.
- Next.js 13
- Tailwind CSS
- MongoDB
To get started with PromptHub, follow these steps:
- Clone the repository:
git clone https://github.com/your-username/PromptHub.git cd PromptHub
- Install Dependencies:
yarn
- Create a local environment variables file .env.local with the following fields:
GOOGLE_CLIENT_ID=YOUR_GOOGLE_CLIENT_ID GOOGLE_CLIENT_SECRET=YOUR_GOOGLE_CLIENT_SECRET MONGODB_URI=YOUR_MONGODB_URI NEXTAUTH_URL=http://localhost:3000 NEXTAUTH_URL_INTERNAL=http://localhost:3000 NEXTAUTH_SECRET=YOUR_NEXTAUTH_SECRET
- Start the development server:
yarn dev