Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 944 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 944 Bytes

Plumber

Automate your pipelines and streamline your workflows.

Plumber is a no-code solution that helps public officers automate their repetitive tasks and eliminate human error, so they can focus on their more important work. It supports a growing list of both government and commercial apps and services.

Local dev

  1. Install Docker and make sure it's running
  2. Install dependencies by running npm i
  3. Create a .env in packages/backend based on .env-example
  4. Setup services npm run setup
  5. Run DB migrations npm run migrate (only for first time setup)
  6. Start the server npm run dev

Acknowledgements

Plumber is a fork of the open source project Automatisch. We would like to thank the team for their contributions to the open source community. Please refer to the license files [1,2] for more information.