Skip to content

alexisespinosa/cerebra

 
 

Repository files navigation

Cerebra

Frontend Setup

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.

Development Setup

Starting the Frontend

(The frontend is developed using Angular)

  1. Clone this repository and open the directory in a new terminal window.
  2. Run npm install.
  3. Start the application in development mode with ng serve. It will be available on localhost:4200.

Starting the Frontend with a complete mock environment

To have a fully working Cerebra website without having to deploy an actual backend, a mocked version can be launched alongside Cerebra.

  1. Clone this repository and open the directory in a new terminal window.
  2. Run npm run cerebra-mock-backend.
  3. It will be available on localhost:4200.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 56.2%
  • CSS 27.2%
  • HTML 10.3%
  • SCSS 3.3%
  • JavaScript 3.0%
  • Dockerfile 0.0%