
Vote Logic is a realtime feature/suggestion voting platform for projects, companies and organisations.
This project is the frontend to the counterpart API project vote-logic-server.
WARNING: Vote Logic is currently under heavy development and cannot be used for production.
- Suggestion preview when creating a new suggestion (31/12/14)
- Markdown support in suggestion description (31/12/14)
- Truncated suggestion summaries in overview (30/12/14)
- Suggestion total count (28/12/14)
- Sort suggestions by popularity or date created (04/12/14)
- Add notes to suggestions (29/11/14)
You will need the following things properly installed on your computer.
git clone git@github.com:davidmaitland/vote-logic.git
this repository- change into the new directory
npm install
bower install
ember server
- Visit your app at http://localhost:4200.
Make use of the many generators for code, try ember help generate
for more details
ember test
ember test --server
ember build
(development)ember build --environment production
(production)
- ember: http://emberjs.com/
- ember-cli: http://www.ember-cli.com/
- Development Browser Extensions