.vscode | ||
cert | ||
components | ||
islands | ||
routes | ||
scripts | ||
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
Local watch mode
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
deno task build && deno task serve
🤝 Contributing
Any kind of contribution is welcomed. Please read contributing guidelines before and respect contributor covenant.
For local development:
Required dependencies:
Using VSCode:
- Pre-configured workspace available in
gowest.code-workspace
. - Or without local tooling install use
.devcontainer
.