Open Decision is a free and Open Source no-code platform to automate workflows and responses to recurring requests. Designed for the legal market.
Further information and a live version of the Software → open-decision.org
Join our community → Slack Workspace
Make sure to have the following installed:
- node.js
- git
- docker
Run the following commands in terminal to start open-decision:
- Git clone
https://github.com/open-decision/open-decision.git
- Install dependencies with
yarn install
- Then run
yarn setup
to generate the prisma client - Now start the development server with
yarn nx serve:app builder
This project is licensed under the MIT License - see the LICENSE file for details.