Site principal du Fablab Cohabit
Go to file
2024-07-09 14:02:23 +02:00
.vscode feat(csp): 2024-07-09 11:28:30 +02:00
cert ci(config): 🧑‍💻 add https cert for dev server using mkcert 2024-07-06 17:10:14 +02:00
components feat(ux): improve accessibility with titles alts and labels 2024-07-04 12:04:35 +02:00
islands feat(ux): improve accessibility with titles alts and labels 2024-07-04 12:04:35 +02:00
routes refactor(backend): ♻️ extract sw middleware to redure main middleware complexity 2024-07-09 11:15:48 +02:00
scripts build: 🐛 change local package fs name format 2024-06-15 16:23:20 +02:00
src feat(csp): 🔒 add "base uri" csp security options 2024-07-09 14:02:23 +02:00
static perf: optimise images and use when possible avif 2024-07-03 14:41:31 +02:00
.gitignore chore: 🙈 untrack fresh.gen.ts 2024-06-06 16:42:05 +02:00
deno.json fix(island): 🐛 jsr version of gfm use dynamic require of "path" and so break frontend 2024-07-09 14:01:32 +02:00
dev.ts ci(config): 🧑‍💻 add https cert for dev server using mkcert 2024-07-06 17:10:14 +02: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 feat(components): add new Picture component 2024-07-03 14:46:04 +02: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: