- Install uv (if it isn't already installed).
- Install just (or look up the actual commands in
justfile). - Clone repository:
git clone https://github.com/lanpartydb/webeditor.git
To run the production server:
$ just serve-prodTo run the development server (shows tracebacks):
$ just serve-devMIT
Jochen Kupperschmidt