Go to file
Daniel Flanagan f34ead505b
Cleanup logging and configuration
2022-10-11 23:49:36 -05:00
components Cleanup logging and configuration 2022-10-11 23:49:36 -05:00
db Closer 2022-10-11 17:12:32 -05:00
islands Styles! 2022-10-01 14:03:15 -05:00
mail Logging 2022-10-11 12:20:25 -05:00
routes Cleanup logging and configuration 2022-10-11 23:49:36 -05: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
config.ts Cleanup logging and configuration 2022-10-11 23:49:36 -05:00
deno.json Login and default team 2022-10-05 17:02:21 -05:00
dev.ts Initial commit 2022-09-27 14:41:17 -05:00
fresh.gen.ts WIP _app.tsx for "global" state 2022-10-11 17:02:45 -05:00
import_map.json WIP _app.tsx for "global" state 2022-10-11 17:02:45 -05:00
log.ts Cleanup logging and configuration 2022-10-11 23:49:36 -05:00
main.ts Logging 2022-10-11 12:20:25 -05:00
twind.config.ts Focus ring 2022-10-01 14:34:07 -05:00
types.ts Closer 2022-10-11 17:12:32 -05:00

README.md

fresh project

Usage

Start the project:

deno task start

This will watch the project directory and restart as necessary.

WIP