Spaces:
Running
Running
LynxKite 2024
This is an experimental rewrite of LynxKite. It is not compatible with the original LynxKite. For the design goals see LynxKite 2024 Roadmap.
Installation
To run the backend:
pip install -r requirements.txt
uvicorn server.main:app --reload
To run the frontend:
cd web
npm i
npm run dev