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