The definitive web IDE for VEX V5 & PROS.
- @sveltejs/kit
- @isomorphic-git/lightning-fs
- @lucide/svelte
- buffer
- fflate
- isomorphic-git
- svelte-monaco
- monaco-themes
- nanoid
- paneforge
Once you've created a project and installed dependencies with bun install, start a development server:
# Run the web app server
bun run dev
# Run the compilation server
bun run dev:serverTo create a production version of your app:
bun run buildYou can preview the production build with bun run preview.
To deploy your app, you may need to install an adapter for your target environment.