Skip to main content

Prerequisites

Before starting, ensure you have the following:

Environment Variables

After creating your accounts, update your .env.example to be .env.local for running the application locally. Then update the keys for each value.

Step-by-Step Instructions

  1. Clone the Repository
  2. Install Dependencies
  3. Set Up Environment Variables Ensure your .env file is correctly configured as mentioned above.
  4. Generate the Database Migrations
  5. Run the Databse Migrations
  6. Start the Development Server

Deploying to Vercel

  • Push your code to a GitHub repository.
  • Connect your repository to Vercel.
  • Set the environment variables in Vercel’s dashboard under “Settings > Environment Variables”.

Additional Resources