Find a file
2024-08-23 23:20:44 -05:00
.helix Initial deno project 2024-08-23 23:13:03 -05:00
components Add fresh 2024-08-23 23:14:39 -05:00
islands Add fresh 2024-08-23 23:14:39 -05:00
routes Scaffolding done 2024-08-23 23:20:44 -05:00
static Scaffolding done 2024-08-23 23:20:44 -05:00
.envrc Initial deno project 2024-08-23 23:13:03 -05:00
.gitignore Add fresh 2024-08-23 23:14:39 -05:00
deno.json Scaffolding done 2024-08-23 23:20:44 -05:00
dev.ts Add fresh 2024-08-23 23:14:39 -05:00
flake.lock Initial deno project 2024-08-23 23:13:03 -05:00
flake.nix Initial deno project 2024-08-23 23:13:03 -05:00
fresh.config.ts Add fresh 2024-08-23 23:14:39 -05:00
fresh.gen.ts Add fresh 2024-08-23 23:14:39 -05:00
main.ts Add fresh 2024-08-23 23:14:39 -05:00
mod.ts Initial deno project 2024-08-23 23:13:03 -05:00
README.md Add fresh 2024-08-23 23:14:39 -05:00
tailwind.config.ts Scaffolding done 2024-08-23 23:20:44 -05: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.