Skip to content

Latest commit

 

History

History
66 lines (41 loc) · 2.15 KB

README.rst

File metadata and controls

66 lines (41 loc) · 2.15 KB

openslides.org - The website of OpenSlides

This is the GitHub repository of the website http://www.openslides.org of OpenSlides only! The software project OpenSlides is managed in an own repository.

Setup website locally

If you want to help translating openslides.org into your language contribute to our transifex project.

Installation and start of the current website

  1. Check requirements

    You need to have Node.js (>=0.10) and Git installed.

  2. Get source code of openslides.org

    Clone current master version from openslides.org GitHub repository:

    $ git clone https://github.com/OpenSlides/openslides.org.git
    $ cd openslides.org
    
  3. Install all npm and bower packages:

    $ npm install
    
  4. Start http server:

    $ npm start
    

Open browser at http://localhost:8080/

Used software

openslides.org uses the following JavaScript packages (see bower.json):

License and authors

openslides.org (with all texts and images) is Free/Libre Open Source Software (FLOSS) and distributed under the MIT License, see LICENSE file.

Main author of openslides.org is Emanuel Schütze.