Clone the project with all services using
git clone [email protected]:tib-av-a/frontend.git
To install and start the frontend run:
docker-compose -f "docker-compose.yml" up -d --build
You can manually start the frontend with:
npm install
npm run serve