This is an experimental web app to help initiate carpools to San Fancisco during the morning commute.
- Live updates (GraphQL subscription)
- No-code backend (Hasura)
- Storybook preview
- Audit logging
- Node.js 20
- docker with compose
- gnu make
- fix storybook. it broke when upgrading to redwood 8 with vite.
- replace Makefile with Taskfile
Start the backend. Run Hasura backed by Postgres:
make api
If this is the first time setting up the db:
- setup connection
- run migrations
- track tables
- set permissions
TBD...
In a new terminal start the development server:
make setup web
You may see a bunch of prisma errors, but we are not using prisma, so you can ignore them.
Visit http://localhost:8910
For additional common commands run:
make help