No description
- CSS 38.8%
- HTML 33.2%
- TypeScript 27.2%
- Shell 0.8%
| 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.