Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 608 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (16 loc) · 608 Bytes

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