Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 458 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 458 Bytes

dhobi-seva-electron

Laundry app for Vipassana centres (on Electron)

How to run the app

Software requirements :

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