Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 324 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 324 Bytes

butler

Recommendation: Use python virtualenv before starting. For example use: mkvirtualenv butler and then workon butler.

To start develop locally use npm run setup this will install all the requirements of this project.

Then simply use docker-compose up to run the service in develop mode.