Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 461 Bytes

CONTRIBUTING.md

File metadata and controls

38 lines (25 loc) · 461 Bytes

Contributing

Development

  1. Build locally.

    bin/build
  2. Run locally.

    cp .env{.example,}
    nano .env
    docker-compose up

Publishing

  1. Build and publish.

    git add ...
    git commit
    git tag -a 0.1.0 -m v0.1.1 # If you want to publish
    git push --tags
  2. Check dockerhub

License

Please refer to LICENSE.

Authors

  • IBM Developer Skills Network