Table of Contents
- Clone this repository with
git clone
- If you have not already done so, install docker for your platform.
- Bring test that the initial setup works correctly with
docker-compose up --build
. - Assuming this works correctly, you can now start developing.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b ...
) - Commit your Changes (
git commit -m ...
) - Push to the Branch (
git push origin ...
) - Open a Pull Request