sorenbs / bridg-examples-pulse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bridg + Pulse!

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...your..db..
PULSE_API_KEY=<YOUR_API_KEY_HERE>
  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


Languages

Language:TypeScript 98.0%Language:JavaScript 2.0%