roisalen is a simple app for managing meetings. This is the frontend.
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.