mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 18:24:04 +00:00
11 lines
282 B
Markdown
11 lines
282 B
Markdown
# Contributing
|
|
|
|
## Code style
|
|
|
|
StyleCI will flag code style violations in your pull requests.
|
|
|
|
## Running tests
|
|
|
|
Run `docker-compose up-d` to start the containers. Then run `./test` to run the tests.
|
|
|
|
When you're done testing, run `docker-compose down` to shut down the containers.
|