mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
508 B
508 B
First of all, thank you for contributing to Blueprint.
If you learn something useful, please add it to this file.
Run the test suite
python -m unittest
Formatting
Blueprint uses Black for code formatting.
Build the docs
pip install -U sphinx furo
meson -Ddocs=true build
# or
meson --reconfigure -Ddocs=true build
ninja -C build docs/en
python -m http.server 2310 --bind 127.0.0.1 --directory build/docs/en/
xdg-open http://127.0.0.1:2310/