17 lines
316 B
Markdown
17 lines
316 B
Markdown
## Contributing
|
|
|
|
Set up:
|
|
|
|
* Clone the project
|
|
* `composer install && composer bin all install`
|
|
|
|
The project provides a `Makefile` in which the most common commands have been
|
|
registered such as fixing the coding style or running the test.
|
|
|
|
```bash
|
|
make
|
|
# or
|
|
make help
|
|
=> will print the list of available commands
|
|
```
|