Go to file
Daniel Flanagan e5fca7a476
LOGS ARE GOOD
2022-11-09 16:55:27 -06:00
components Cleanup logging and configuration 2022-10-11 23:49:36 -05:00
db LOGS ARE GOOD 2022-11-09 16:55:27 -06:00
islands Styles! 2022-10-01 14:03:15 -05:00
mail Logging 2022-10-11 12:20:25 -05:00
routes LOGS ARE GOOD 2022-11-09 16:55:27 -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
config.ts LOGS ARE GOOD 2022-11-09 16:55:27 -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 LOGS ARE GOOD 2022-11-09 16:55:27 -06:00
log.ts LOGS ARE GOOD 2022-11-09 16:55:27 -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 Woot! 2022-10-21 03:06:37 -05:00

README.md

fresh project

Usage

Start the project:

deno task start

This will watch the project directory and restart as necessary.

WIP