• TypeScript 91.9%
  • CSS 6.4%
  • Just 1.5%
Find a file
2026-05-23 04:02:55 +00:00
.claude update fjx agents & commands 2026-05-22 07:25:31 -07:00
.forgejo/workflows ci: switch tests to a dedicated cloud Supabase project 2026-05-22 10:52:45 -07:00
.githooks chore: adopt template-deno standards 2026-05-18 12:20:47 -07:00
coverage test(thumbnails): cover generate-thumbnail handler and regen endpoint 2026-05-22 20:59:17 -07:00
openspec agents be straight trippin' yo 2026-05-22 19:32:46 -07:00
src test(thumbnails): cover generate-thumbnail handler and regen endpoint 2026-05-22 20:59:17 -07:00
supabase feat(supabase): declare photos bucket in local config 2026-05-22 10:18:35 -07:00
wiki test(thumbnails): cover generate-thumbnail handler and regen endpoint 2026-05-22 20:59:17 -07:00
.dockerignore chore: adopt template-deno standards 2026-05-18 12:20:47 -07:00
.env.test.example phase 2 of migration complete 2026-04-12 18:02:23 -07:00
.gitignore chore: adopt template-deno standards 2026-05-18 12:20:47 -07:00
.gitleaks.toml fix(secrets): suppress gitleaks false positives in generated component bundle 2026-05-22 13:59:29 -07:00
AGENTS.md fix: zero vertical body padding on detail panel drawers 2026-05-19 13:58:33 -07:00
CLAUDE.md chore: adopt template-deno standards 2026-05-18 12:20:47 -07:00
deno.json fix(deps): resolve 8 audit vulns; auto-install node_modules; auto-generate .env.test 2026-05-22 13:55:53 -07:00
deno.lock fix(deps): resolve 8 audit vulns; auto-install node_modules; auto-generate .env.test 2026-05-22 13:55:53 -07:00
docker.just chore: adopt template-deno standards 2026-05-18 12:20:47 -07:00
Dockerfile chore: adopt template-deno standards 2026-05-18 12:20:47 -07:00
env.example chore: adopt template-deno standards 2026-05-18 12:20:47 -07:00
justfile fix(deps): resolve 8 audit vulns; auto-install node_modules; auto-generate .env.test 2026-05-22 13:55:53 -07:00
migrate.just chore: adopt template-deno standards 2026-05-18 12:20:47 -07:00
README.md phase 1 of migration complete 2026-04-12 14:18:39 -07:00
test.just fix(secrets): suppress gitleaks false positives in generated component bundle 2026-05-22 13:59:29 -07:00
TESTING.md chore: adopt template-deno standards 2026-05-18 12:20:47 -07:00
THEMING.md edit drawers for trip & poi's 2026-04-15 19:24:32 -07:00
TODO.md add gpx route support 2026-05-17 16:25:43 -07: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://docs.deno.com/runtime/getting_started/installation

Then start the project in development mode:

deno task dev

This will watch the project directory and restart as necessary.