Site principal du Fablab Cohabit
Go to file
2024-12-10 15:06:21 +01: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: remove univoq components until jsr-io/jsr#24 2024-12-10 13:23:51 +01:00
islands refactor: remove univoq components until jsr-io/jsr#24 2024-12-10 13:23:51 +01:00
routes refactor: remove univoq components until jsr-io/jsr#24 2024-12-10 13:23:51 +01:00
scripts feat: switch to jsr packages when available 2024-12-09 14:59:08 +01:00
src feat: switch to jsr packages when available 2024-12-09 14:59:08 +01: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 refactor: remove univoq components until jsr-io/jsr#24 2024-12-10 13:23:51 +01: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 refactor!: switch to fresh@2 2024-12-09 14:28:33 +01: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 refactor!: switch to fresh@2 2024-12-09 14:28:33 +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

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: