Skip to content

JoeRoddy/pulse-chat-demo

Repository files navigation

Bridg + Pulse + Prisma!

Up and Running

  1. git clone https://github.com/JoeRoddy/bridg-examples-pulse and cd into directory
  2. touch .env.local
  3. Open .env.local and add your DB connection string and Pulse API key:
DATABASE_URL=postgres://postgres...
PULSE_API_KEY=...
  1. npm install
    • NOTE: You MUST install with npm, not yarn, the next websocket extension requires it
  2. dotenv -e .env.local -- npx prisma db push
  3. npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages