Login proxy and web interface for the experimental platform.
This is a component of the experimental platform. To read more about it please go here:
https://github.com/experimental-platform/platform-configure-script
First install the bower components:
cd frontend && bower install && cd ..
Clone the simple-key-value-storage repository and start the corresponding server. Then execute this here:
foreman start
The frontend is now available at http://localhost:8008
If you wanna do changes to the css make sure the SASS compiler is running:
sass -w frontend/styles/main.scss:frontend/styles/main.css
All development branches stem from and (re-)integrate here.
This is the base for α-channel releases.