2020-11-10 16:52:52 +00:00
|
|
|
# Demo and development
|
|
|
|
|
2022-03-18 16:44:58 +00:00
|
|
|
To check out how canaille looks like, or to start contributions, just run the demo:
|
|
|
|
- with `docker-compose up` to install and run it in preconfigured docker containers
|
|
|
|
- or with `./run.sh` to install it natively in a virtual environment and run it locally!
|
2021-04-07 07:16:26 +00:00
|
|
|
|
2024-10-03 12:50:31 +00:00
|
|
|
Please check the details on [the documentation](https://canaille.readthedocs.io/en/latest/development/contributing.html).
|