Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 405 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 405 Bytes

Karp-s

Backend for Karp-S

Installation instructions

  1. Create and activate a virtual env
  2. Run UV_PROJECT_ENVIRONMENT=$VIRTUAL_ENV
  3. Run make dev
  4. Start development server with make serve-w-reload

Managing dependencies with `uv

Install using uv sync.

Add dependencies using uv add <dep>, remove using uv remove <dep>.

Upgrade existing dependencies using uv lock --upgrade.