docker-compose up -d
: creates a postgres container in docker- add vars in your
.env
(See.env.example
) npm i
npx prisma migrate dev
: syncs your local db with the prisma schemanpm run data-reset
: resets the db (useful for later too) and seeds it with test datanpm run dev
forked from kernel-community/convo-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Convo helps facilitate conversations inside any internet-native community. Built at Kernel.
muhammadsalihu/convo-app
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Convo helps facilitate conversations inside any internet-native community. Built at Kernel.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- TypeScript 98.3%
- JavaScript 1.4%
- Other 0.3%