Skip to content

shawndreifuss/Aurora

Repository files navigation

SASS AI

Table of Contents

Getting Started

These instructions will help you set up a local copy of the project on your machine for development and testing purposes.

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/zougari47/sass-ai.git
  2. Install dependencies:

    bun install
  3. Add .env file in root directory:

    ### .env file example
    
    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=/dashboard
    NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=/dashboard
    
    OPENAI_API_KEY=
    
    REPLICATE_API_KEY=
    
    STRIPE_API_KEY=
    STRIPE_WEBHOOK_SECRET=
    
    NEXT_PUBLIC_API_URL=http://localhost:3000
    NEXT_PUBLIC_CRISP_CHAT_ID=
    
  4. Run the project:

    bun run dev

Technologies