No description
  • TypeScript 99.6%
  • CSS 0.4%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Orpheus Lummis 90dde917b9 okay?
2024-11-25 23:26:42 +00:00
.github/workflows [Deno Deploy] Update .github/workflows/deploy.yml 2024-11-25 07:58:45 +00:00
.vscode init 2024-11-25 07:05:54 +00:00
components init 2024-11-25 07:05:54 +00:00
islands black background 2024-11-25 23:21:35 +00:00
routes okay? 2024-11-25 23:26:42 +00:00
static init 2024-11-25 07:05:54 +00:00
utils bump 2024-11-25 21:55:52 +00:00
.gitignore init 2024-11-25 07:05:54 +00:00
deno.json bump 2024-11-25 21:55:52 +00:00
dev.ts bump 2024-11-25 21:55:52 +00:00
fresh.config.ts init 2024-11-25 07:05:54 +00:00
fresh.gen.ts bump 2024-11-25 21:37:44 +00:00
main.ts init 2024-11-25 07:05:54 +00:00
README.md init 2024-11-25 07:05:54 +00:00
SPEC.md let's go 2024-11-25 07:52:14 +00:00
tailwind.config.ts init 2024-11-25 07:05:54 +00: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.