| name | local-dev-setup |
| description | How to set up a local development environment for workstream. Use when onboarding or resetting your dev environment. |
Local Development Setup
Prerequisites
Clone & Setup
git clone https://github.com/happybhati/workstream.git
cd workstream
make setup
Or manually:
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
Configuration
Copy the example environment file and add your tokens:
cp .env.example .env
Verify Setup
make test
Run
make run
IDE Setup
If using Cursor or VS Code, the repo includes:
.cursor/rules/ -- AI coding rules
.editorconfig -- formatting rules