The editor is deployed at: https://umwelt-data.github.io/umwelt/editor/
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
Builds the app for production to the dist folder.
Deployed automatically on push to github pages via the .github/workflows/deploy.yml workflow.
The docs render examples through the umwelt-js package, so build it first (pnpm --filter umwelt-js build, or pnpm build at the repo root).
Runs the docs in dev mode with live reload at http://localhost:5173.
Builds vitepress docs to docs/.vitepress/dist.
Previews the build output from docs/.vitepress/dist at http://localhost:4173.