logo

Coh@bit.fr

Site web de cohabit

[![project doc](https://img.shields.io/badge/project-doc-blue?style=flat-square)]() ## 👀 Vue d'ensemble du projet TODO ## 💭 Choix et design TODO ## 🗂️ Structure TODO ## ⚙️ Fonctionnement TODO ## ▶️ Usage TODO ```sh 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](./CONTRIBUTING.md) before and respect [contributor covenant](https://www.contributor-covenant.org/version/2/1/code_of_conduct/). ### For local development: **Required dependencies**: - [`deno`](https://deno.land) To run project (code, ci, ...). **Using VSCode**: - Pre-configured workspace available in [`gowest.code-workspace`](./gowest.code-workspace). - Or without local tooling install use [`.devcontainer`](./.devcontainer).