No description
| public | ||
| src | ||
| templates | ||
| .gitignore | ||
| deno.json | ||
| deno.lock | ||
| index.html | ||
| README.md | ||
| serve.ts | ||
| watch | ||
folklore.systems
personal system site
usage
deno serve serve.ts will stand up a development web server which bundles the javascript and serves the static files in public. this will rebundle javascript whenever they change
watch will create a filewatcher that compiles index.html and templates/, then runs deno serve serve.ts. ppygrl is required for this.