Go to file
2023-04-12 14:12:20 +03:00
components feat: implement auth 2023-04-12 14:12:20 +03:00
routes feat: implement auth 2023-04-12 14:12:20 +03:00
static chore: init project 2023-04-12 07:34:23 +03:00
.envrc chore: add envrc and gitignore, make flake work 2023-04-12 07:21:16 +03:00
.gitignore chore: add tailwind and vscode config 2023-04-12 09:47:57 +03:00
deno.json chore: init project 2023-04-12 07:34:23 +03:00
deno.lock feat: implement auth 2023-04-12 14:12:20 +03:00
dev.ts chore: init project 2023-04-12 07:34:23 +03:00
flake.lock chore: update flake 2023-04-12 11:09:04 +03:00
flake.nix chore: update flake 2023-04-12 11:09:04 +03:00
fresh.gen.ts feat: implement auth 2023-04-12 14:12:20 +03:00
import_map.json feat: implement auth 2023-04-12 14:12:20 +03:00
main.ts chore: add tailwind and vscode config 2023-04-12 09:47:57 +03:00
README.md chore: init project 2023-04-12 07:34:23 +03:00
twind.config.ts chore: add tailwind and vscode config 2023-04-12 09:47:57 +03:00

fresh project

Usage

Start the project:

deno task start

This will watch the project directory and restart as necessary.