Team meeting coordination hub with standup timers and weekly surveys.
- Run
npm run setup
to get the SQL schema - Go to your Supabase SQL editor
- Paste and run the SQL to create tables
- Copy
.env.example
to.env.local
- Fill in your Supabase credentials
- Run
npm install
- Run
npm run dev
The app automatically deploys to GitHub Pages when you push to main. Make sure you've:
- Enabled GitHub Pages in repository settings (source: GitHub Actions)
- Set up the database tables in Supabase
The app will be available at https://[your-username].github.io/pulse/