website/README.md
2024-06-06 16:26:03 +02:00

52 lines
1 KiB
Markdown

<div align="center">
<img src="./static/assets/icon-512-rounded.png" alt="logo" width="150px" height="150px"/>
<h1>Coh@bit.fr</h1>
<p>Site web de cohabit</p>
</div>
[![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).