An Electron App that generates sample data for Cloudant/CouchDB databases.
Node.js & npm.
Clone this repository
git clone https://github.com/glynnbird/datamakerapp.git
cd datamakerapp
Install the dependencies
npm install
npm run postinstall
Run the app with
npm run start
Build an executable with:
# build for MacOS
npm run mac
# build for Windows
npm run win
# build for Linux
npm run linux