Go to file
GauthierWebDev cfb389adc4 docs(cda): add documentation for CP 1 - Installer et configurer son environnement de travail
This commit adds a detailed documentation page for Competence Professional 1 (CP 1) of the CDA (Concepteur Développeur d'Applications) certification. The document covers the installation and configuration of the development environment, including IDEs, programming languages, package managers, and version control systems. It also emphasizes the importance of adhering to project-specific requirements and provides evaluation criteria.
2025-06-24 16:07:02 +02:00
.gitea/workflows doc/update-privacy-page (#16) 2025-04-21 17:29:04 +00:00
.vscode feat: Add production script to package.json 2025-04-19 13:45:33 +02:00
app docs(cda): add documentation for CP 1 - Installer et configurer son environnement de travail 2025-06-24 16:07:02 +02:00
.dockerignore chore: Update .dockerignore with directory exclusions 2025-04-21 16:35:39 +00:00
.env.example feat: Add Dockerfile, buildForProduction.sh, and compose files 2025-04-21 16:29:08 +02:00
.gitignore rework/lightweight (#15) 2025-04-21 17:12:22 +00:00
biome.json feat: Add Prism.js support and configure languages 2025-04-19 19:19:13 +02:00
compose.prod.yml feat: Add restart policy to production compose file 2025-04-21 18:11:45 +02:00
compose.yml feat: Add Dockerfile, buildForProduction.sh, and compose files 2025-04-21 16:29:08 +02:00
Dockerfile refactor: Update Docker compose and file commands 2025-04-21 16:31:54 +02:00
og_maker.afphoto feat: Add image generation for React documentation pages 2025-04-20 21:40:29 +02:00
README.md rework/lightweight (#15) 2025-04-21 17:12:22 +00:00

Generated with vike.dev/new (version 429) using this command:

bun create vike@latest --solid --tailwindcss --authjs --telefunc --fastify --eslint --prettier --biome

Contents

This app is ready to start. It's powered by Vike and SolidJS.

/pages/+config.ts

Such + files are the interface between Vike and your code. It defines:

Routing

Vike's built-in router lets you choose between:

/pages/_error/+Page.jsx

The error page which is rendered when errors occur.

/pages/+onPageTransitionStart.ts and /pages/+onPageTransitionEnd.ts

The onPageTransitionStart() hook, together with onPageTransitionEnd(), enables you to implement page transition animations.

SSR

SSR is enabled by default. You can disable it for all your pages or only for some pages.

HTML Streaming

You can enable/disable HTML streaming for all your pages, or only for some pages while still using it for others.