Site principal du Fablab Cohabit
Go to file
2024-06-19 16:11:53 +02:00
.vscode feat(route): add new doc and apps routes 2024-06-19 16:11:53 +02:00
components feat(pwa): add service worker and registration 2024-06-11 17:02:00 +02:00
islands feat(ux): allow user to name passkey at register 2024-06-19 10:34:43 +02:00
routes feat(route): add new doc and apps routes 2024-06-19 16:11:53 +02:00
scripts build: 🐛 change local package fs name format 2024-06-15 16:23:20 +02:00
src feat: 🤡 add demo mock for db 2024-06-19 16:10:22 +02:00
static fix(pwa): ✏️ typo in static asset dir name 2024-06-11 13:09:44 +02:00
.gitignore chore: 🙈 untrack fresh.gen.ts 2024-06-06 16:42:05 +02:00
deno.json feat(api): implement passkey login and register api 2024-06-19 16:09:45 +02:00
dev.ts initial commit 2024-01-14 20:08:59 +01:00
fresh.config.ts feat: 👷 update css bundler plugin and move bundle dir 2024-06-11 12:36:28 +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 chore: 🧑‍💻 update vscode config 2024-01-15 10:44:35 +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

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: