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 check
-
Start the dev server:
pnpm run dev
-
Start the Webxdc emulator (must have the dev server running already):
pnpm run webxdc:emulator
-
Build the application for distribution:
pnpm run build