Go to file
Daniel Flanagan 56378fbc26
Logging
2022-10-11 12:20:25 -05:00
components Basics coming together... 2022-10-08 02:53:13 -05:00
db Logging 2022-10-11 12:20:25 -05:00
islands Styles! 2022-10-01 14:03:15 -05:00
mail Logging 2022-10-11 12:20:25 -05:00
routes Logging 2022-10-11 12:20:25 -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 Logging 2022-10-11 12:20:25 -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 Logging 2022-10-11 12:20:25 -05:00
import_map.json Logging 2022-10-11 12:20:25 -05:00
log.ts Logging 2022-10-11 12:20:25 -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 Basics coming together... 2022-10-08 02:53:13 -05:00

README.md

fresh project

Usage

Start the project:

deno task start

This will watch the project directory and restart as necessary.

WIP