yarn install
Compiles and hot-reloads for development
yarn serve
Compiles and minifies for production
yarn build
Lints and fixes files
yarn lint
Docker
- Build the latest repo
yarn build- Switch to your Docker Context
docker context use <context-name>- Build the Docker Image
docker compose up -d --buildThen you can visit the website at http://<host>:<port>.