Go to file
Daniel Flanagan 967919f9e7
Better db functions
2022-10-08 00:24:03 -05:00
components dunno 2022-10-01 14:46:17 -05:00
db Better db functions 2022-10-08 00:24:03 -05:00
islands Styles! 2022-10-01 14:03:15 -05:00
mail Working on auth... 2022-10-07 17:09:13 -05:00
routes Better db functions 2022-10-08 00:24:03 -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 Blue like jazz 2022-10-07 23:22:35 -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 Focus ring 2022-10-01 14:34:07 -05:00
import_map.json Styles! 2022-10-01 14:03:15 -05:00
main.ts Styles! 2022-10-01 14:03:15 -05:00
twind.config.ts Focus ring 2022-10-01 14:34:07 -05:00
types.ts Better db functions 2022-10-08 00:24:03 -05:00

README.md

fresh project

Usage

Start the project:

deno task start

This will watch the project directory and restart as necessary.

WIP