Website of Florian Pix
yarn
# or
npm install
quasar dev
yarn lint
# or
npm run lint
yarn format
# or
npm run format
# build app
quasar build
# build the docker image
docker build . -t fpix/website
# push the image to dockerhub
docker push fpix/website
# watchtower automatically checks for new images and deploys them on the server