lynxkite / README.md
darabos's picture
Basic README.md.
1ac38b4
|
raw
history blame
463 Bytes

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