Personal Site and API written with Go + Go Templates
Find a file
Atridad Lahiji 9dc9225591
All checks were successful
Docker Deploy / build-and-push (push) Successful in 5m18s
All gucci!
2025-04-24 20:27:25 -06:00
.github/workflows Remove the weird ass cache stuff. Thanks stack overflow! 2025-04-24 13:14:42 -06:00
.vscode Deno re-write 2025-04-23 01:15:21 -06:00
components ?!?!?!?!?!?! 2025-04-24 12:20:48 -06:00
islands All gucci! 2025-04-24 20:27:25 -06:00
lib Posts 2025-04-24 02:24:42 -06:00
posts Posts 2025-04-24 02:24:42 -06:00
routes All gucci! 2025-04-24 20:27:25 -06:00
static Does this work? 2025-04-24 12:03:03 -06:00
.DS_Store Deno re-write 2025-04-23 01:15:21 -06:00
.gitignore Deno re-write 2025-04-23 01:15:21 -06:00
deno.json Posts 2025-04-24 02:24:42 -06:00
dev.ts Deno re-write 2025-04-23 01:15:21 -06:00
docker-compose.yml This 2025-04-24 12:58:25 -06:00
Dockerfile Remove the weird ass cache stuff. Thanks stack overflow! 2025-04-24 13:14:42 -06:00
fresh.config.ts Deno re-write 2025-04-23 01:15:21 -06:00
fresh.gen.ts All gucci! 2025-04-24 20:27:25 -06:00
main.ts Deno re-write 2025-04-23 01:15:21 -06:00
README.md Deno re-write 2025-04-23 01:15:21 -06:00

Fresh project

Your new Fresh project is ready to go. You can follow the Fresh "Getting Started" guide here: https://fresh.deno.dev/docs/getting-started

Usage

Make sure to install Deno: https://deno.land/manual/getting_started/installation

Then start the project:

deno task start

This will watch the project directory and restart as necessary.