Site principal du Fablab Cohabit
Go to file
2024-07-17 13:51:06 +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 fix(island): 🐛 transpilation cause Suspense to broke promise as children 2024-07-16 16:34:43 +02:00
islands feat(pwa): add network status banner 2024-07-17 13:50:37 +02:00
routes feat(pwa): add network status banner 2024-07-17 13:50:37 +02:00
scripts build: 🐛 change local package fs name format 2024-06-15 16:23:20 +02:00
src feat(pwa): 2024-07-17 13:51:06 +02:00
static perf: optimise images and use when possible avif 2024-07-03 14:41:31 +02:00
.gitignore feat(backend): add well cache control for assets 2024-07-11 12:22:22 +02:00
deno.json refactor: ♻️ switch from deno workspace to jsr for @cohabit/resources-manager 2024-07-16 15:29:30 +02:00
dev.ts feat(pwa): add precached files 2024-07-16 23:52:06 +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 ci(config): 👷 use custome hostname in dev mode to avoid polluting browser hsts, ... caches 2024-07-16 21:20:24 +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

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 start

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: