website/README.md

52 lines
1.1 KiB
Markdown
Raw Normal View History

2024-06-06 16:26:03 +02:00
<div align="center">
<img src="./static/assets/icon-512-rounded.png" alt="logo" width="150px" height="150px"/>
2024-06-06 17:07:59 +02:00
<h1><a href="https://cohabit.fr" target="_blank">Coh@bit.fr</a></h1>
2024-06-06 16:26:03 +02:00
<p>Site web de cohabit</p>
</div>
2024-01-14 20:08:59 +01:00
2024-06-06 16:26:03 +02:00
[![project doc](https://img.shields.io/badge/project-doc-blue?style=flat-square)]()
2024-01-14 20:08:59 +01:00
2024-06-06 16:26:03 +02:00
## 👀 Vue d'ensemble du projet
2024-01-14 20:08:59 +01:00
2024-06-06 16:26:03 +02:00
TODO
2024-01-14 20:08:59 +01:00
2024-06-06 16:26:03 +02:00
## 💭 Choix et design
2024-01-14 20:08:59 +01:00
2024-06-06 16:26:03 +02:00
TODO
## 🗂️ Structure
TODO
## ⚙️ Fonctionnement
TODO
## ▶️ Usage
TODO
```sh
deno task start # Local watch mode
deno task build && deno task serve # Production run
2024-01-14 20:08:59 +01:00
```
2024-06-06 16:26:03 +02:00
## 🤝 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).