These instructions will help you set up a local copy of the project on your machine for development and testing purposes.
-
Clone the repository:
git clone https://github.com/zougari47/sass-ai.git
-
Install dependencies:
bun install
-
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=
-
Run the project:
bun run dev