No description
2025-08-01 12:42:05 -04:00
.husky replace lint-staged with nano-staged 2025-01-04 12:30:09 -05:00
public fix vite-plugin-icons-spritesheet not using prettier config 2025-01-08 12:55:18 -05:00
src minor code fixes 2025-05-20 12:09:51 -04:00
types initial commit 2024-12-13 10:49:33 -05:00
.gitignore update tsconfig 2025-03-07 10:46:30 -05:00
.nvmrc initial commit 2024-12-13 10:49:33 -05:00
.prettierignore initial commit 2024-12-13 10:49:33 -05:00
.tool-versions initial commit 2024-12-13 10:49:33 -05:00
eslint.config.js update dev deps 2025-03-07 10:44:41 -05:00
index.html scaffolding for preact 2024-12-13 11:51:48 -05:00
LICENSE initial commit 2024-12-13 10:49:33 -05:00
nano-staged.config.js replace lint-staged with nano-staged 2025-01-04 12:30:09 -05:00
package.json update deps 2025-08-01 12:42:05 -04:00
pnpm-lock.yaml update deps 2025-08-01 12:42:05 -04:00
prettier.config.js update dev deps 2025-03-07 10:44:41 -05:00
README.md update scripts 2025-02-27 11:51:20 -05:00
tsconfig.json update tsconfig 2025-03-07 10:46:30 -05:00
vite.config.js update vite-plugin-icons-spritesheet 2025-02-04 12:21:49 -05:00

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
    

License

MIT