8000 GitHub - UltraSive/sive-chat
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

UltraSive/sive-chat

Repository files navigation

env variables

ORIGIN=http://localhost:5173
DATABASE_URL=postgres://
OPENROUTER_API_KEY=sk-or-v1-
CONVEX_DEPLOYMENT=dev:
PUBLIC_CONVEX_URL=https://project-id.convex.cloud
GOOGLE_OAUTH_CLIENT_ID=.apps.googleusercontent.com
GOOGLE_OAUTH_CLIENT_SECRET=GOCSPX-
PUBLIC_STRIPE_KEY=pk_test_
PRIVATE_STRIPE_KEY=sk_test_
PRIVATE_STRIPE_WEBHOOK_SECRET=whsec_
PUBLIC_STRIPE_PRICE_ID=price_

Build Instructions

  1. Set the environment variables to the configuration for your services.
  2. Install dependancies.
npm install
  1. Initialize postgres database.
npm run generate && npm run migrate
  1. Initialize convex document schema.
npx convex dev
  1. Build it
npm run build.

Run Instructions

  1. Run the build.
node build

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0