https://github.com/andrewhsugithub/meet
https://github.com/andrewhsugithub/meet
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/andrewhsugithub/meet
- Owner: andrewhsugithub
- Created: 2023-10-16T17:33:02.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-16T17:35:57.000Z (over 2 years ago)
- Last Synced: 2025-02-12T19:40:02.679Z (over 1 year ago)
- Language: TypeScript
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Calendar() design
css: https://tailwindcss.com/
supabase: https://supabase.com/dashboard/project/axjmvlfuqwhzsxeufhag
start nextjs: npm run dev
prisma schema update(before ctrl+c the ongoing processes):
1. primsa generate(tell client that there are new tables)
2. prisma migrate dev(push new tables to supabase(cloud postgresql))
prisma studio:
1. npx prisma studio