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 ### Local watch mode ```sh 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 ```sh deno task build && deno task serve ``` ## 🤝 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, ...). - [`mkcert`](https://github.com/FiloSottile/mkcert) To get https self signed certificate for localhost. **Using VSCode**: - Pre-configured workspace available in [`gowest.code-workspace`](./gowest.code-workspace). - Or without local tooling install use [`.devcontainer`](./.devcontainer).