This repository contains Cerebra, the frontend website to be used with a pib robot.
It is automatically installed when using our setup script, which can be found at pib-rocks/pib-backend.
(The frontend is developed using Angular)
- Clone this repository and open the directory in a new terminal window.
- Run
npm install. - Start the application in development mode with
ng serve. It will be available onlocalhost:4200.
To have a fully working Cerebra website without having to deploy an actual backend, a mocked version can be launched alongside Cerebra.
- Clone this repository and open the directory in a new terminal window.
- Run
npm run cerebra-mock-backend. - It will be available on
localhost:4200.