The development environment of this plugin uses the backend APIs of Human Connection and Democracy. If you clone this repository, you have a version of both backend APIs in /democracy-server and /human-connection-api as git subtrees, respectively. Follow the installation instructions of both Human Connection API and Democracy API:
https://github.com/demokratie-live/democracy-server https://github.com/Human-Connection/API
Install dependencies with yarn:
yarn install
Make sure you have node installed with a version >= 9.0.0.
Then run:
node --experimental-modules index.mjs
Or
yarn start
Run:
yarn test