Go to file
Daniel Flanagan ccb6f810d6
Boom
2022-11-10 16:39:48 -06:00
components Cleanup logging and configuration 2022-10-11 23:49:36 -05:00
db Boom 2022-11-10 16:39:48 -06:00
islands Styles! 2022-10-01 14:03:15 -05:00
mail Logging 2022-10-11 12:20:25 -05:00
routes Boom 2022-11-10 16:39:48 -06:00
static Initial commit 2022-09-27 14:41:17 -05:00
.gitignore Working on auth... 2022-10-07 17:09:13 -05:00
README.md WIP 2022-10-07 17:23:43 -05:00
access.ts First authz check 2022-11-10 11:41:46 -06:00
config.ts Configuration pedantry 2022-11-10 10:25:35 -06:00
deno.json Login and default team 2022-10-05 17:02:21 -05:00
dev.ts LOGS ARE GOOD 2022-11-09 16:55:27 -06:00
fresh.gen.ts Woot! 2022-10-21 03:06:37 -05:00
import_map.json 404 pages have context state 2022-11-10 14:34:27 -06:00
log.ts Configuration pedantry 2022-11-10 10:25:35 -06:00
main.ts LOGS ARE GOOD 2022-11-09 16:55:27 -06:00
twind.config.ts Woot! 2022-10-21 03:06:37 -05:00
types.ts Boom 2022-11-10 16:39:48 -06:00

README.md

fresh project

Usage

Start the project:

deno task start

This will watch the project directory and restart as necessary.

WIP