Template project for building Webxdc applications
Make sure you have the following installed:
Some commonly used scripts:
-
Install deps (usually when initially cloning the repo):
pnpm install
-
Perform some code checks:
pnpm run lint # Check formatting and code quality pnpm run types # Check types
-
Start the dev server:
pnpm run vite:dev
-
Start the Webxdc emulator (must have the dev server running already):
pnpm run webxdc:emulator
-
Build the application for distribution:
pnpm run vite:build