Site principal du Fablab Cohabit
Go to file
2024-07-03 11:52:36 +02:00
.vscode feat(backend): implement news fetching from git.cohabit 2024-07-02 11:20:38 +02:00
components refactor: ♻️ replace http imports by jsr/npm imports 2024-07-02 17:17:28 +02:00
islands refactor(island): ♻️ remove deduplicated code from @deno/gfm 2024-07-02 17:39:37 +02:00
routes chore(ui): ✏️ fix typo 2024-07-03 11:52:36 +02:00
scripts build: 🐛 change local package fs name format 2024-06-15 16:23:20 +02:00
src feat(components): refactor and add BlogCard and BlogPost components 2024-07-02 17:10:07 +02:00
static fix(pwa): ✏️ typo in static asset dir name 2024-06-11 13:09:44 +02:00
.gitignore chore: 🙈 untrack fresh.gen.ts 2024-06-06 16:42:05 +02:00
deno.json refactor: ♻️ replace http imports by jsr/npm imports 2024-07-02 17:17:28 +02:00
dev.ts initial commit 2024-01-14 20:08:59 +01:00
fresh.config.ts fix(config): 👷 set assets as external path for css bundler in production mode 2024-07-03 11:44:39 +02:00
main.ts initial commit 2024-01-14 20:08:59 +01:00
README.md docs: 🐛 fix readme title href 2024-06-06 17:07:59 +02:00
types.ts chore: 🧑‍💻 update vscode config 2024-01-15 10:44:35 +01:00

logo

Coh@bit.fr

Site web de cohabit

project doc

👀 Vue d'ensemble du projet

TODO

💭 Choix et design

TODO

🗂️ Structure

TODO

⚙️ Fonctionnement

TODO

▶️ Usage

TODO

deno task start # Local watch mode

deno task build && deno task serve # Production run

🤝 Contributing

Any kind of contribution is welcomed. Please read contributing guidelines before and respect contributor covenant.

For local development:

Required dependencies:

  • deno To run project (code, ci, ...).

Using VSCode: