Site principal du Fablab Cohabit
Go to file
2024-05-28 13:47:55 +02:00
.vscode feat: 💸 add sponsors cards to main page 2024-02-13 16:00:02 +01:00
components feat: add custom ai chat for cohabit 2024-02-19 17:12:56 +01:00
islands feat: add custom ai chat for cohabit 2024-02-19 17:12:56 +01:00
routes feat: add meta description in html head 2024-05-28 13:47:55 +02:00
src/stylesheets refactor(css): ♻️ move fonts to css imports 2024-05-28 12:45:05 +02:00
static/assets feat: 💸 add sponsors cards to main page 2024-02-13 16:00:02 +01:00
.gitignore chore: 🙈 untrack cache directory 2024-05-28 12:30:29 +02:00
deno.json feat: add custom ai chat for cohabit 2024-02-19 17:12:56 +01:00
dev.ts initial commit 2024-01-14 20:08:59 +01:00
fresh.config.ts refactor: move fresh plugin to separate repository 2024-02-08 11:03:48 +01:00
fresh.gen.ts feat: add "carnet" and "portfolio" support 2024-02-20 11:47:52 +01:00
main.ts initial commit 2024-01-14 20:08:59 +01:00
README.md initial commit 2024-01-14 20:08:59 +01:00
types.ts chore: 🧑‍💻 update vscode config 2024-01-15 10:44:35 +01: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.