This repository contains Perun web applications.
- Install NVM (Node Version Manager)
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
(check NVM GitHub repository for the newest version) - Install NodeJS
nvm install node
- Install AngularCLI
npm install -g @angular/cli
- Run
npm install
Further documentation on how to configure the application is here