Find a file
2024-08-24 08:10:43 -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 Budgets wip 2024-08-24 08:10:43 -05:00
routes Basic layout in place 2024-08-24 07:54:43 -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 Basic layout in place 2024-08-24 07:54:43 -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
models.ts Budgets wip 2024-08-24 08:10:43 -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.