No description
Find a file
2026-04-29 23:37:14 -04:00
public a; 2026-04-29 23:37:14 -04:00
src a; 2026-04-29 23:37:14 -04:00
templates init 2026-04-29 23:01:56 -04:00
.gitignore a; 2026-04-29 23:37:14 -04:00
deno.json a; 2026-04-29 23:37:14 -04:00
deno.lock init 2026-04-29 23:01:56 -04:00
index.html init 2026-04-29 23:01:56 -04:00
README.md init 2026-04-29 23:01:56 -04:00
serve.ts init 2026-04-29 23:01:56 -04:00
watch init 2026-04-29 23:01:56 -04:00

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.