Site principal du Fablab Cohabit
Go to file
2024-02-15 14:02:22 +01:00
.vscode feat: 💸 add sponsors cards to main page 2024-02-13 16:00:02 +01:00
components refactor: ♻️ extract redondant grid template to AutoGrid 2024-02-15 14:02:22 +01:00
islands feat: add search box with fzf 2024-02-14 14:15:33 +01:00
routes refactor: ♻️ extract redondant grid template to AutoGrid 2024-02-15 14:02:22 +01:00
src/stylesheets refactor: ♻️ extract redondant grid template to AutoGrid 2024-02-15 14:02:22 +01:00
static/assets feat: 💸 add sponsors cards to main page 2024-02-13 16:00:02 +01:00
.gitignore refactor: move dev assets builds output 2024-01-15 10:43:48 +01:00
deno.json fix: 📦 update univoq version 2024-02-13 11:07:25 +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 initial commit 2024-01-14 20:08:59 +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.