Site principal du Fablab Cohabit
Go to file
2025-05-13 13:40:58 +02:00
.vscode feat(csp): 2024-07-09 11:28:30 +02:00
cert ci(config): 👷 use custome hostname in dev mode to avoid polluting browser hsts, ... caches 2024-07-16 21:20:24 +02:00
components refactor(components/Header): use css variables instead of hard coded values 2025-04-22 17:23:52 +02:00
islands fix(pwa): rewrite and update service worker related to fit recent refactors 2025-04-22 17:04:22 +02:00
routes refactor: fix lint report issue 2025-05-13 13:40:58 +02:00
scripts feat: switch to jsr packages when available 2024-12-09 14:59:08 +01:00
src refactor: update type definitions due to @fresh/core update 2025-05-13 13:39:18 +02:00
static feat(pwa): update manifest and add tab_strip 2024-12-09 14:35:56 +01:00
.gitignore feat(backend): add well cache control for assets 2024-07-11 12:22:22 +02:00
deno.json fix(pwa): rewrite and update service worker related to fit recent refactors 2025-04-22 17:04:22 +02:00
dev.ts chore: remove \t from dev server start log 2024-12-10 15:06:21 +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 fix: update temp patch for dynamic css loading 2025-05-13 13:26:33 +02:00
README.md refactor!: switch to fresh@2 2024-12-09 14:28:33 +01:00
types.ts feat(components): add new Picture component 2024-07-03 14:46:04 +02:00
utils.ts fix(core): use a new method to get BUILD_ID 2025-04-22 16:44:15 +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

Local watch mode

echo 'cohabit.localhost' >> /etc/hosts # In sudo, one time
mkcert -install # If mkcert is not installed in your root ca
mkcert -ecdsa localhost # Only once to issue localhost certificates
deno task dev

Production run

deno task build && deno task serve

🤝 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, ...).
  • mkcert To get https self signed certificate for localhost.

Using VSCode: