Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 564 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 564 Bytes

LiDeHouse

Liquid Democracy comes to your doorsteps.

This software allows you to manage the community of your building online, discussing issues on a forum and voting on them using liquid democracy.

Running the app

meteor npm install
meteor

App in the test mode, is listening on port 3000, and mongo db is istening on 3001

Running the tests

meteor npm install
meteor test --once --driver-package meteortesting:mocha --port 3100

Scripts

To lint:

meteor npm run lint