R4C user interface Vue3 interface with Vite and Cesium
npx vite dev
The application should now be running at http://localhost:5173.
docker compose up
The application should now be running at http://localhost:4173.
skaffold dev --port-forward
Run tests:
npx playwright test
Run tests in interactive UI mode:
npx playwright test --ui
Run tests in headed browsers (default: headless):
npx playwright test --headed
skaffold delete
docker system --prune --all