OpenSlides/client
FinnStutzenstein 2bcab5d098
Repository restructure
- moved all server related things into the folder `server`, so this
configuration is parallel to the client.
- All main "services" are now folders in the root directory
- Added Dockerfiles to each service (currently server and client)
- Added a docker compose configuration to start everything together.
Currently there are heavy dependencies into https://github.com/OpenSlides/openslides-docker-compose
- Resturctured the .gitignore. If someone needs something excluded,
please add it to the right section.
- Added initial build setup with Docker and docker-compose.
- removed setup.py. We won't deliver OpenSlides via pip anymore.
2020-08-21 08:11:13 +02:00
..
docker Repository restructure 2020-08-21 08:11:13 +02:00
e2e change the global prefix to "os" 2018-09-03 18:13:57 +02:00
src Merge pull request #5504 from tsiegleauq/demo-mode 2020-08-21 08:10:45 +02:00
.dockerignore Repository restructure 2020-08-21 08:11:13 +02:00
.editorconfig cleanup and refractor code 2018-08-15 10:19:46 +02:00
.prettierrc Fixed style issues introduced with #4025 2018-11-22 09:52:24 +01:00
README.md Repository restructure 2020-08-21 08:11:13 +02:00
angular.json Repository restructure 2020-08-21 08:11:13 +02:00
browserslist Update to Angular 8.0.6 2019-07-04 14:20:57 +02:00
build.sh Repository restructure 2020-08-21 08:11:13 +02:00
karma.conf.js Adjust ng test to be more serverfriendly 2019-10-11 14:29:38 +02:00
ngsw-config.json Exclude urls /rest and /apps from service worker caching. 2019-08-22 14:23:12 +02:00
package.json Update TinyMCE and TinyMCE angular 2020-08-13 12:27:14 +02:00
proxy.conf.json Revert rest fix for proxy.conf.json 2019-01-19 21:59:32 +01:00
sed_replacements po2json-tempfix 2019-01-28 16:14:51 +01:00
tsconfig-es5.app.json Update to Anulgar 9 2020-04-01 14:50:15 +02:00
tsconfig.app.json Update to Anulgar 9 2020-04-01 14:50:15 +02:00
tsconfig.json Update to Angular 8.0.6 2019-07-04 14:20:57 +02:00
tsconfig.spec.json Update to Angular 8.0.6 2019-07-04 14:20:57 +02:00
tsconfig.worker.json Add pdf webworker and progress bar 2019-08-01 13:23:56 +02:00
tslint.json Update linting rules 2020-04-22 16:24:08 +02:00

README.md

OpenSlides 3 Client

Documentation Info

The documentation can be generated by running npm run compodoc. A new web server will be started on http://localhost:8080 Once running, the documentation will be updated automatically.

You can run it on another port, with adding your local port after the command. If no port specified, it will try to use 8080.

Please document new code using JSDoc tags. See https://compodoc.app/guides/jsdoc-tags.html for details.

Translation

We are using ngx-translate for translation purposes. Use npm run extract to extract strings and update elements an with translation functions.

Language files can be found in /src/assets/i18n.

Used software

OpenSlides uses the following software or parts of them: