Skip to content

muhammadsalihu/convo-app

 
 

Repository files navigation

Dev

  1. docker-compose up -d: creates a postgres container in docker
  2. add vars in your .env (See .env.example)
  3. npm i
  4. npx prisma migrate dev: syncs your local db with the prisma schema
  5. npm run data-reset: resets the db (useful for later too) and seeds it with test data
  6. npm run dev

About

Convo helps facilitate conversations inside any internet-native community. Built at Kernel.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.3%
  • JavaScript 1.4%
  • Other 0.3%