Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 755 Bytes

README.md

File metadata and controls

47 lines (30 loc) · 755 Bytes

Webxdc App Template

Template project for building Webxdc applications

Getting started

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

License

MIT