No description
| .husky | ||
| public | ||
| src | ||
| types | ||
| .gitignore | ||
| .nvmrc | ||
| .prettierignore | ||
| .tool-versions | ||
| eslint.config.js | ||
| index.html | ||
| LICENSE | ||
| nano-staged.config.js | ||
| package.json | ||
| pnpm-lock.yaml | ||
| prettier.config.js | ||
| README.md | ||
| tsconfig.json | ||
| vite.config.js | ||
Bill Share
Name is a work in progress
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 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