We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Clone the PIA project from the LINCnil repository: cd ~/ && git clone https://github.com/LINCnil/pia.git
cd ~/ && git clone https://github.com/LINCnil/pia.git
Move the folder inside /var/www: sudo mv pia /var/www
sudo mv pia /var/www
Go inside the folder: cd /var/www/pia
cd /var/www/pia
Download dependencies: yarn install
yarn install
Then, build a production version with: yarn prod (this will create a dist/pia-angular directory).
yarn prod