Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 804 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 804 Bytes

Ninjavote

Ninjavote is a web application for instantly creating simple polls in your group chats. To create a poll, just head to ninjavote.com, type your question, and share the link with your group. Real-time synchronization with WebSockets ensures that the poll always stays up to date for everyone!

Ninjavote screen dump

Running locally

To install all dependencies and run both the server and the client locally, run the following commands:

git clone https://github.com/mikkelsvartveit/ninjavote.git
cd ninjavote/frontend
npm run install:all
npm start

The Feathers server should now be running at localhost:3030 and the Svelte app at localhost:3000.