No description
  • TypeScript 95.8%
  • Nix 3.8%
  • CSS 0.4%
Find a file
Daniel Flanagan 7b35f4d490 RPC
2024-12-27 11:08:59 -06:00
.github/workflows
.helix
components
islands
routes WIP saurpc integration 2024-03-10 16:06:38 -05:00
static
.envrc
.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
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
fresh.gen.ts WIP saurpc integration 2024-03-10 16:06:38 -05:00
lyrics
main.ts
models.ts WIP saurpc integration 2024-03-10 16:06:38 -05:00
README.md
rpc.ts RPC 2024-12-27 11:08:59 -06:00
rpcClient.ts RPC 2024-12-27 11:08:59 -06:00
TablesForModels.ts WIP saurpc integration 2024-03-10 16:06:38 -05:00
tailwind.config.ts

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.