.vscode | ||
components | ||
islands | ||
routes | ||
src | ||
static | ||
.gitignore | ||
deno.json | ||
dev.ts | ||
fresh.config.ts | ||
main.ts | ||
README.md | ||
types.ts |
Coh@bit.fr
Site web de cohabit
👀 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:
- Pre-configured workspace available in
gowest.code-workspace
. - Or without local tooling install use
.devcontainer
.