roisalen is a simple app for managing meetings. This is the frontend.
- First setup the backend.
- Clone this repo.
- Set server url, organization name and which css file to use (choose among the ones in css/) in js/speakerApp.js
If you want to set it up locally, use
python -m SimpleHTTPServer
in python < 3 or
python -m http.server
in python >= 3, in the angular-frontend directory to serve the frontend on http://127.0.0.1:8000.