An interactive toy version of the Willow Data Model.
| dist | tooltips and bugfixes | |
| src | tooltips and bugfixes | |
| .gitignore | Initial commit | |
| deno.json | tooltips and bugfixes | |
| deno.lock | Initial commit | |
| main.ts | Initial commit | |
| main_test.ts | Initial commit | |
| README.md | Initial commit | |
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 buildbuilds the project for a web browser.deno task watchruns a process which watches the project for file changes and rebuilds the project.deno task servelaunches a little web server to serve built assets.