| .vscode | ||
| components | ||
| islands | ||
| routes | ||
| src/stylesheets | ||
| static | ||
| .gitignore | ||
| deno.json | ||
| dev.ts | ||
| fresh.config.ts | ||
| fresh.gen.ts | ||
| main.ts | ||
| README.md | ||
| types.ts | ||
👀 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:
denoTo run project (code, ci, ...).
Using VSCode:
- Pre-configured workspace available in
gowest.code-workspace. - Or without local tooling install use
.devcontainer.