core/landing
2025-12-11 19:20:37 -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 Fix Deno deploy dependency resolution 2025-12-11 19:12:59 -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 Configure Deno tasks for system CA store 2025-12-11 19:20:37 -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 Configure Deno tasks for system CA store 2025-12-11 19:20:37 -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_TLS_CA_STORE=system deno task start

This will watch the project directory and restart as necessary.

If your network uses a custom certificate authority, setting DENO_TLS_CA_STORE=system ensures Deno trusts the system certificate store while downloading dependencies.