Go to file
2025-04-20 13:39:33 +02:00
.gitea/workflows fix: Update docker compose command in deploy script 2025-04-17 21:09:03 +02:00
.vscode feat: Add production script to package.json 2025-04-19 13:45:33 +02:00
app feat(server): integrate base URL into vikeHandler context 2025-04-20 13:39:33 +02:00
app-old chore: update file structure and rename files 2025-04-19 12:14:42 +02:00
.DS_Store chore: new architecture and technos 2025-04-11 11:11:22 +02:00
.env.example fix: Fix searchbar for production 2025-04-13 12:03:28 +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-old.yml feat: Add initial project files and configurations 2025-04-19 12:36:50 +02:00
compose-prod.yml feat: Add production Docker configuration for memento service 2025-04-17 14:06:24 +02:00
compose.yml feat: Add production script to package.json 2025-04-19 13:45:33 +02:00
og_maker.afphoto refactor: Update findNavigationLink to include subitems in search 2025-04-17 20:02:32 +02:00
pnpm.Dockerfile feat: Add production Docker configuration for memento service 2025-04-17 14:06:24 +02:00
production.Dockerfile chore: Update Dockerfile to use correct pnpm install command 2025-04-17 18:01:30 +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.