Find a file
2024-01-05 21:10:38 -06:00
.helix Pentagon seems nice? 2024-01-05 21:10:38 -06:00
components Initial commit 2024-01-05 13:22:56 -06:00
islands Initial commit 2024-01-05 13:22:56 -06:00
routes Pentagon seems nice? 2024-01-05 21:10:38 -06:00
static Initial commit 2024-01-05 13:22:56 -06:00
.envrc Initial commit 2024-01-05 13:22:56 -06:00
.gitignore Initial commit 2024-01-05 13:22:56 -06:00
deno.json Pentagon seems nice? 2024-01-05 21:10:38 -06:00
dev.ts Initial commit 2024-01-05 13:22:56 -06:00
flake.lock Initial commit 2024-01-05 13:22:56 -06:00
flake.nix Initial commit 2024-01-05 13:22:56 -06:00
fresh.config.ts Initial commit 2024-01-05 13:22:56 -06:00
fresh.gen.ts Initial commit 2024-01-05 13:22:56 -06:00
main.ts Pentagon seems nice? 2024-01-05 21:10:38 -06:00
models.ts Pentagon seems nice? 2024-01-05 21:10:38 -06:00
README.md Initial commit 2024-01-05 13:22:56 -06:00
tailwind.config.ts Initial commit 2024-01-05 13:22:56 -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.