mkrl / trow.app

It's like scrum poker, but without the poker!

Home Page:https://trow.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trow

It's like scrum poker, but without the poker!

A dead simple and lightweight WebRTC collaborative voting/estimating system, built on TypeScript and Preact. Invite your friends and/or coworkers into rooms, start voting on the ideas.

Building and developing

  • npm install: Installs dependencies

  • npm start: Run a development, HMR server

  • npm run serve: Run a production-like server

  • npm run build: Production-ready build

  • npm run lint: Pass TypeScript files using TSLint

In order to develop locally, you might need to install PeerJS server and run it locally (default config points to port 9000).

npm i -g peer
peerjs -p 9000

Deployment

Be sure to specify PEERJS_SERVER environment variable to point your production build to your PeerJS server.

About

It's like scrum poker, but without the poker!

https://trow.app


Languages

Language:TypeScript 76.7%Language:CSS 17.5%Language:JavaScript 4.3%Language:HTML 1.6%