Personal Site and API written with Go + Go Templates
Find a file
Atridad Lahiji 6194678607
Some checks failed
Docker Deploy / build-and-push (push) Failing after 3m3s
This
2025-04-24 12:58:25 -06:00
.github/workflows This 2025-04-24 12:58:25 -06:00
.vscode Deno re-write 2025-04-23 01:15:21 -06:00
components ?!?!?!?!?!?! 2025-04-24 12:20:48 -06:00
islands ?!?!?!?!?!?! 2025-04-24 12:20:48 -06:00
lib Posts 2025-04-24 02:24:42 -06:00
posts Posts 2025-04-24 02:24:42 -06:00
routes Does this work? 2025-04-24 12:03:03 -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 This 2025-04-24 12:58:25 -06:00
fresh.config.ts Deno re-write 2025-04-23 01:15:21 -06:00
fresh.gen.ts This 2025-04-24 12:58: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.