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