Desktop application to anonymize data with Open Diffix Elm.
Run npm install to install dependencies.
Run git submodule update --init && npm run build to get and build the anonymizer.
Following the setup, run npm start to start the development environment with hot code reloading.
Before committing, make sure to lint and format your code with npm run lint and npm run prettier.
- Bump the program version and create a new version tag on GitHub. A draft release will be created automatically.
For example:
npm version minor
git push --follow-tags
- After making sure the generated assets are OK, the release can be published manually in the GitHub UI.