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.
If you want to help translating openslides.org into your language contribute to our transifex project.
Check requirements
You need to have Node.js (>=0.10) and Git installed.
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
Install all npm and bower packages:
$ npm install
Start http server:
$ npm start
Open browser at http://localhost:8080/
openslides.org uses the following JavaScript packages (see bower.json):
- angular, License: MIT
- angular-bootstrap, License: MIT
- angular-gettext, License: MIT
- angular-scroll, License: MIT
- angular-ui-router, License: MIT
- bootstrap, License: MIT
- font-awesome-bower, License: MIT
- open-sans-fontface, License: Apache License version 2.0
- roboto-condensed, License: Apache 2.0
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.