The Shifter Web UI is written in Vue3 with Vite as the Development server.
npm install
npm run dev
npm run build
Lint with ESLint
npm run lint
Run 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