Skip to main content
Module

x/ter/deno.json

A tiny wiki-style site builder with Zettelkasten flavor.
Go to Latest
File
{ "tasks": { "build": "deno run -A --unstable main.ts --input docs --local", "serve": "deno run -A --unstable main.ts --input docs --local --serve", "dev": "deno run -A --unstable --watch=assets/,views/ main.ts --input docs --local --serve", "clean": "rm -rf _site" }}