Skip to content

jacklehamster/dok-matrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

93aa05e · Mar 20, 2024

History

54 Commits
Feb 10, 2024
Mar 5, 2024
Mar 20, 2024
Feb 10, 2024
Feb 10, 2024
Feb 10, 2024
Feb 28, 2024
Feb 10, 2024
Mar 20, 2024
Feb 10, 2024
Feb 10, 2024
Mar 20, 2024
Feb 10, 2024
Feb 10, 2024
Feb 10, 2024

Repository files navigation

dok-matrix

npm version

Handling matrix for games

Install bun

https://bun.sh/

curl -fsSL https://bun.sh/install | bash

Commands

  • start: "bun run index.ts",
  • bundle: "bun run bundler/bundler.ts",
  • list: "bun run samples/list-scripts.tsx",
  • example: "cd example && bun start && cd ..",
  • fileSample: "bun run samples/file.tsx && cat samples/data/test.json",
  • httpSample: "bun run samples/server.tsx"

Run example

https://jacklehamster.github.io/dok-matrix/example/

Github Source

https://github.com/jacklehamster/dok-matrix/