This is an experimental frontend for Apereo's Open Academic Environment. In time this will implement the new design for OAE and connect to the backend.
This project is based on the Polymer project PWA starter kit so feel free to check its documentation online. With time Biscuit-ux will slowly drop most of the built-in functionality and become its own project.
To kickstart development:
git clone https://github.com/oaeproject/Biscuit-ux.git && cd Biscuit-ux
yarn
npm run start:webpack
Integration with the backend is still experimental and requires a few changes to Hilary. One must use Hilary's biscuit-ux-integration
branch and change the nginx.conf
file linked in docker-compose.yml
to the one this project provides (check folder dev-utils
). Restart oae-nginx
docker to make sure the config is loaded:
docker-compose stop oae-nginx
docker-compose rm -f oae-nginx
docker-compose up -d oae-nginx
docker-compose logs -f oae-nginx
Find us on discord.