mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-18 05:20:45 +01:00
608 B
608 B
How to contribute?
Fork and pull request! 😃
NOTE: If the project does not have an issue for what you want to do, create an issue first.
Feel free to submit Github Issues or pull requests.
The documentation website is build from the docs folder with vuepress.
To start front and backend development environment
make serve
To update API documentation
Repository of site and API documentation
To run PHPUnit
make test
Read more in composer.json scripts section