Skip to content

kaplanh/propmthub

Repository files navigation

[PromptHub]

Welcome to our Workshop, clone this repository to follow along.

Tech Stack

  • Next.js 13
  • Tailwind CSS
  • MongoDB

Getting Started

To get started with PromptHub, follow these steps:

  1. Clone the repository:
    git clone https://github.com/your-username/PromptHub.git
    cd PromptHub
  2. Install Dependencies:
    yarn
  3. 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
  4. Start the development server:
    yarn dev