Go to file
2024-03-10 16:06:38 -05:00
.github/workflows Initial commit 2024-02-18 09:57:14 -06:00
.helix WIP api? 2024-02-18 14:18:51 -06:00
components WIP api? 2024-02-18 14:18:51 -06:00
islands Initial commit 2024-02-18 09:57:14 -06:00
routes WIP saurpc integration 2024-03-10 16:06:38 -05:00
static Initial commit 2024-02-18 09:57:14 -06:00
.envrc Initial commit 2024-02-18 09:57:14 -06:00
.gitignore WIP saurpc integration 2024-03-10 16:06:38 -05:00
api.ts WIP saurpc integration 2024-03-10 16:06:38 -05:00
db.ts WIP saurpc integration 2024-03-10 16:06:38 -05:00
deno.json WIP saurpc integration 2024-03-10 16:06:38 -05:00
dev.ts Initial commit 2024-02-18 09:57:14 -06:00
flake.lock WIP saurpc integration 2024-03-10 16:06:38 -05:00
flake.nix WIP saurpc integration 2024-03-10 16:06:38 -05:00
fresh.config.ts Initial commit 2024-02-18 09:57:14 -06:00
fresh.gen.ts WIP saurpc integration 2024-03-10 16:06:38 -05:00
lyrics WIP 2024-02-20 13:29:29 -06:00
main.ts WIP api? 2024-02-18 14:18:51 -06:00
models.ts WIP saurpc integration 2024-03-10 16:06:38 -05:00
README.md Initial commit 2024-02-18 09:57:14 -06:00
rpc.ts WIP saurpc integration 2024-03-10 16:06:38 -05:00
TablesForModels.ts WIP saurpc integration 2024-03-10 16:06:38 -05:00
tailwind.config.ts Initial commit 2024-02-18 09:57:14 -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.