Skip to content

yosefrow/delib2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[dev map] (https://coggle.it/diagram/V4zKkkNht0Q0XebK)

"architecture"

Synopsis

Community-based, collabortive discussions & decision-making system for desktop & mobile devices.

##group types

public, closed, secret

Code Example

EDIT

Motivation

This project is an integral part of the "Kol Ha'am"(voice of the people) and the "Deliberative democracy" movement in Israel.

"Kol Ha'am" on facebook (This page is in Hebrew)

"Democratia Ye'shira" (Deliberative Democracy) on facebook (This page is also in Hebrew)

Installation

Ubuntu Linux

  • Change to a directory to hold the install
  • Run git clone https://github.com/delib-org/delib2.git
  • Run cd delib2 (the directory that cloning creates)
  • Run sudo apt-get nodejs npm
  • Run sudo npm install -g firebase-tools
  • Run cd public
  • Run sudo firebase serve
  • proceed with instructions for all systems below

Windows

  • Download & Install npm/node from https://nodejs.org/en/download/
  • Open Git Bash (Install git from https://git-scm.com/downloads)
  • cd to a directory to hold the install
  • Run git clone https://github.com/delib-org/delib2.git
  • Run cd delib2 (the directory that cloning creates)
  • Run npm install -g firebase-tools
  • Run cd public
  • Run firebase serve
  • Proceed with instructions for all systems below

All Systems

  • Open localhost:5000 in browser
  • Choose account to login to app with

EDIT:Provide code examples and explanations of how to get the project.

License

MIT License

Copyright (c) [year] [fullname]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Collabortive decision making web-app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.8%
  • CSS 26.8%
  • HTML 1.4%