core/landing
2025-12-11 18:12:14 -03:00
..
.vscode Replace binary favicon with SVG asset 2025-12-11 18:12:14 -03:00
components Replace binary favicon with SVG asset 2025-12-11 18:12:14 -03:00
islands Replace binary favicon with SVG asset 2025-12-11 18:12:14 -03:00
routes Replace binary favicon with SVG asset 2025-12-11 18:12:14 -03:00
static Replace binary favicon with SVG asset 2025-12-11 18:12:14 -03:00
.gitignore Replace binary favicon with SVG asset 2025-12-11 18:12:14 -03:00
.gitkeep Add monorepo scaffold and Appwrite cloud configuration 2025-12-11 18:01:19 -03:00
deno.json Replace binary favicon with SVG asset 2025-12-11 18:12:14 -03:00
dev.ts Replace binary favicon with SVG asset 2025-12-11 18:12:14 -03:00
fresh.config.ts Replace binary favicon with SVG asset 2025-12-11 18:12:14 -03:00
fresh.gen.ts Replace binary favicon with SVG asset 2025-12-11 18:12:14 -03:00
main.ts Replace binary favicon with SVG asset 2025-12-11 18:12:14 -03:00
README.md Replace binary favicon with SVG asset 2025-12-11 18:12:14 -03:00
tailwind.config.ts Replace binary favicon with SVG asset 2025-12-11 18:12:14 -03: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.