项目作者: damien-monni

项目描述 :
Simple planning poker
高级语言: JavaScript
项目地址: git://github.com/damien-monni/simple-planning-poker.git
创建时间: 2019-03-16T14:15:10Z
项目社区:https://github.com/damien-monni/simple-planning-poker

开源协议:MIT License

下载


Simple Planning Poker

An very simple planning poker online web application built with React.
It uses PubNub to send messages between clients.
It doesn’t use any server.

Demo : https://simple-planning-poker.com

Poker session page

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Installing

Clone the repository

  1. git clone https://github.com/damien-monni/simple-planning-poker.git

Go to cloned repository and install dependencies

  1. cd simple-planning-poker
  2. npm install

Copy file .env.example to .env.local and add your PubNub keys to it

That’s it! You can start it locally:

  1. npm start

Deployment

Just run npm build and host files on any static hosting provider.

Built With

Contributing

Pull Request are welcomed!

Versioning

We use SemVer for versioning.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details