Go to file
Aire-One becb413cbf fix(index): no need for spacer in the Hero 2025-01-04 17:35:19 +01:00
.vscode initial commit 2025-01-03 20:22:20 +01:00
components initial commit 2025-01-03 20:22:20 +01:00
islands initial commit 2025-01-03 20:22:20 +01:00
libs/post initial commit 2025-01-03 20:22:20 +01:00
routes fix(index): no need for spacer in the Hero 2025-01-04 17:35:19 +01:00
static fix: posts anchor on index 2025-01-03 21:10:32 +01:00
.editorconfig chore: add editorconfig 2025-01-04 17:22:39 +01:00
.gitignore initial commit 2025-01-03 20:22:20 +01:00
Dockerfile build(Dockerfile): change base image to alpine 2025-01-04 17:23:42 +01:00
README.md initial commit 2025-01-03 20:22:20 +01:00
deno.json chore(check): ignore deno.json from `deno fmt` 2025-01-04 17:23:10 +01:00
dev.ts initial commit 2025-01-03 20:22:20 +01:00
fresh.config.ts initial commit 2025-01-03 20:22:20 +01:00
fresh.gen.ts initial commit 2025-01-03 20:22:20 +01:00
main.ts initial commit 2025-01-03 20:22:20 +01:00
tailwind.config.ts initial commit 2025-01-03 20:22:20 +01:00

README.md

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.