git clone https://github.com/EPFL-ENAC/resslab-astra_82001.git
cd resslab-astra_82001
npm install
npm run dev
npm run build
npm run test
npm run lint
npm run format
docker build -t nginx-vue-app .
docker run -p 8080:80 nginx-vue-app
git clone https://github.com/EPFL-ENAC/resslab-astra_82001.git
cd resslab-astra_82001
npm install
npm run dev
npm run build
npm run test
npm run lint
npm run format
docker build -t nginx-vue-app .
docker run -p 8080:80 nginx-vue-app