2
0
Fork
You've already forked sim-data-model
0
An interactive toy version of the Willow Data Model.
  • TypeScript 100%
2025年11月21日 13:37:57 +01:00
dist tooltips and bugfixes 2025年11月21日 13:37:57 +01:00
src tooltips and bugfixes 2025年11月21日 13:37:57 +01:00
.gitignore Initial commit 2025年11月17日 16:47:22 +01:00
deno.json tooltips and bugfixes 2025年11月21日 13:37:57 +01:00
deno.lock Initial commit 2025年11月17日 16:47:22 +01:00
main.ts Initial commit 2025年11月17日 16:47:22 +01:00
main_test.ts Initial commit 2025年11月17日 16:47:22 +01:00
README.md Initial commit 2025年11月17日 16:47:22 +01:00

sim-data-model

A web application which acts as a toy version of the Willow Data Model.

Built with Preact, uses Deno as a development runtime.

Tasks

  • deno task build builds the project for a web browser.
  • deno task watch runs a process which watches the project for file changes and rebuilds the project.
  • deno task serve launches a little web server to serve built assets.