https://github.com/policyengine/pulse
Team meeting coordination hub for PolicyEngine
https://github.com/policyengine/pulse
Last synced: 6 months ago
JSON representation
Team meeting coordination hub for PolicyEngine
- Host: GitHub
- URL: https://github.com/policyengine/pulse
- Owner: PolicyEngine
- Created: 2025-08-06T21:44:19.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-08-21T16:28:24.000Z (8 months ago)
- Last Synced: 2025-08-29T19:13:34.175Z (7 months ago)
- Language: TypeScript
- Homepage: https://policyengine.github.io/pulse/
- Size: 1020 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PolicyEngine pulse
Team meeting coordination hub with standup timers and weekly surveys.
## Setup
### Database setup
1. Run `npm run setup` to get the SQL schema
2. Go to your Supabase SQL editor
3. Paste and run the SQL to create tables
### Local development
1. Copy `.env.example` to `.env.local`
2. Fill in your Supabase credentials
3. Run `npm install`
4. Run `npm run dev`
## Deployment
The app automatically deploys to GitHub Pages when you push to main. Make sure you've:
1. Enabled GitHub Pages in repository settings (source: GitHub Actions)
2. Set up the database tables in Supabase
The app will be available at `https://[your-username].github.io/pulse/`