Commit Graph

4 Commits

Author SHA1 Message Date
Richard ba8517cffb
Update start.py
fix: correct manual startup commands in start.py to use uv

Replace incorrect `python run` commands with proper `uv run` syntax
2025-07-08 23:36:51 +08:00
sharath fbeb95888d
refactor: update setup process with enhanced user prompts and virtual environment management
- Removed the clear_progress function as it was no longer needed.
- Added user prompts to skip Supabase database setup during installation.
- Implemented checks for existing virtual environments and created one if absent.
- Updated instructions for starting backend services to use 'python' instead of 'uv'.
- Enhanced test cases to cover new setup functionalities and user interactions.
2025-06-13 22:20:33 +00:00
sharath ddca722b08
fix(setup): updated setup to work on windows reliably 2025-05-28 10:56:46 +00:00
sharath d1b4399a08
feat(start): added container starter/stopper script 2025-05-17 23:35:53 +00:00