Skip to content

ForumViriumHelsinki/R4C-Cesium-Viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

R4C-Cesium-Viewer

R4C user interface Vue3 interface with Vite and Cesium

Run with Vite

npx vite dev

The application should now be running at http://localhost:5173.

Run with Docker

docker compose up

The application should now be running at http://localhost:4173.

Run with Skaffold

skaffold dev --port-forward

Testing with Playwright

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

Troubleshooting

skaffold delete
docker system --prune --all