From 81e10e19dc3ded707cd19d5c1373c784bc65125a Mon Sep 17 00:00:00 2001 From: SethTrowbridge Date: Sat, 22 Feb 2025 17:56:19 -0500 Subject: [PATCH] start readme --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c403659 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ + +Run in an empty directory to setup basic files: +``` +deno run -Ar https://gitea.hptrow.me/SethTrowbridge/gale/raw/branch/master/scaffold.ts +``` + +`deno task dev` starts the dev server + +`deno task types` scans the deno.json for type declaration files (be sure to then restart the Deno language server) + +`entry` in the import map points to the starting file + +If you delete the index.html, the dever server can still run using a default \ No newline at end of file