forked from Github-Mirrors/canaille
doc: additional contribution instructions improvements
This commit is contained in:
parent
3c5ea2e6bb
commit
d2c3c99433
1 changed files with 3 additions and 1 deletions
|
@ -15,12 +15,14 @@ the `bugtracker <https://gitlab.com/yaal/canaille/-/issues>`_ or the `matrix roo
|
|||
Development environment
|
||||
-----------------------
|
||||
|
||||
You can either run the demo locally or with docker.
|
||||
You can either run the demo locally or with Docker.
|
||||
|
||||
The only tool required for local development is `uv`.
|
||||
Make sure to have uv `installed on your computer <https://docs.astral.sh/uv/getting-started/installation/>`_
|
||||
to be able to hack Canaille.
|
||||
|
||||
Some dependencies of Canaille might need to be compiled, so you probably want to check that `GCC` and `cargo` are available on your computer.
|
||||
|
||||
After having launched the demo you have access to several services:
|
||||
|
||||
- A canaille server at `localhost:5000 <http://localhost:5000>`_
|
||||
|
|
Loading…
Reference in a new issue