Laundry app for Vipassana centres (on Electron)
Clone the repo and install dependencies:
git clone https://github.com/nilenso/dhobi-seva-electron.git
cd dhobi-seva-electron
npm install
Run webpack
npm run-script webpack
Run tests
npm test
Run app
npm start