Skip to content

pairhub/pairhub

Repository files navigation

PairHub

PairHub

Find remote pair programming partners, either peers or paid experts.

Discord · Website · Issues

Tech stack

React, Next.js, Prisma, Postgres, GraphQL, Tailwind.

Calendar stuff from Calendso, the open source calendly alternative.

Development

Run database with

docker-compose up

Initial migration of database

npx prisma migrate dev

Start dev process with

npm run dev