The Shifter Web UI is written in Vue3 with Vite as the Development server.
npm install
npm run devnpm run buildLint with ESLint
npm run lintRun in Docker Container with ESLint
docker run -p 8085:8080 -e SHIFTER_SERVER_ENDPOINT="https://api.shifter.cloud/api/v1/" images.shifter.cloud/shifter-ui:latest