Personal Site and API written with Go + Go Templates
Find a file
2025-04-24 02:41:50 -06:00
.vscode Deno re-write 2025-04-23 01:15:21 -06:00
components projects 2025-04-24 02:41:50 -06:00
lib Posts 2025-04-24 02:24:42 -06:00
posts Posts 2025-04-24 02:24:42 -06:00
routes projects 2025-04-24 02:41:50 -06:00
static Posts 2025-04-24 02:24:42 -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
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.