Go to file
2025-04-21 17:31:11 +02:00
.gitea/workflows refactor: Update Docker compose and file commands 2025-04-21 16:31:54 +02:00
.vscode feat: Add production script to package.json 2025-04-19 13:45:33 +02:00
app feat: Add SmoothScroll component 2025-04-21 17:31:11 +02:00
app-old feat: Add React reducer tabs and snippets for documentation 2025-04-21 12:52:45 +02:00
.DS_Store chore: new architecture and technos 2025-04-11 11:11:22 +02:00
.env.example feat: Add Dockerfile, buildForProduction.sh, and compose files 2025-04-21 16:29:08 +02:00
.gitignore chore: update file structure and rename files 2025-04-19 12:14:42 +02:00
biome.json feat: Add Prism.js support and configure languages 2025-04-19 19:19:13 +02:00
compose.prod.yml refactor: Update Docker compose and file commands 2025-04-21 16:31:54 +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 feat: Add initial project files and configurations 2025-04-19 12:36:50 +02:00

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

bun create vike@latest --solid --tailwindcss --authjs --telefunc --fastify --google-analytics --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.