Site principal du Fablab Cohabit
Go to file
2025-06-23 11:57:08 +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 feat(plugins): use new wip css bundler plugin 2025-06-23 11:48:33 +02:00
islands fix(islands/ThemePicker): hard fix css layout issue 2025-06-23 11:50:18 +02:00
plugins feat(plugins): use new wip css bundler plugin 2025-06-23 11:48:33 +02:00
routes feat(routes/apps): temp demo for wysiwyg md editor 2025-06-23 11:55:49 +02:00
scripts feat: switch to jsr packages when available 2024-12-09 14:59:08 +01:00
src refactor(sw): remove old loggers 2025-06-23 11:57:08 +02:00
static feat(webpush): improve registration notification with icon and badge 2025-05-16 13:04:51 +02:00
.gitignore feat(backend): add well cache control for assets 2024-07-11 12:22:22 +02:00
deno.json style: deno fmt 2025-06-23 11:54:39 +02:00
dev.ts chore: remove \t from dev server start log 2024-12-10 15:06:21 +01:00
main.ts feat(plugins): use new wip css bundler plugin 2025-06-23 11:48: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: