Site principal du Fablab Cohabit
Go to file
2024-05-28 17:07:11 +02:00
.vscode chore(config): 🔧 update vscode config 2024-05-28 16:21:14 +02:00
components fix: 🐛 update openstreetmap url 2024-05-28 16:22:23 +02:00
islands feat: add custom ai chat for cohabit 2024-02-19 17:12:56 +01:00
routes feat(pwa): link webmanifest 2024-05-28 17:07:11 +02:00
src/stylesheets refactor(css): ♻️ move fonts to css imports 2024-05-28 12:45:05 +02:00
static feat(pwa): add icons and screeshot for pwa install 2024-05-28 16:08:43 +02:00
.gitignore chore: 🙈 untrack cache directory 2024-05-28 12:30:29 +02:00
deno.json chore(config): 🔧 change prod listen port 2024-05-28 16:15:26 +02: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
website.service chore(config): 🔧 add systemctl service file 2024-05-28 16:28:18 +02: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.