Site web
Landing Page
Un site marketing bilingue : i18n, un thème, cinq composants réutilisables et une page d'accueil isolée pour la taille — un point de départ propre pour une landing produit.
La configuration
C'est toute l'app. Copiez-la, modifiez-la, faites-la vôtre.
name: sovrium-landing
description: Build apps faster with configuration-driven development
languages:
$ref: ./config/languages.yaml # EN / FR
theme:
$ref: ./config/theme.yaml
components:
- $ref: ./config/components/hero-section.yaml
- $ref: ./config/components/feature-card.yaml
- $ref: ./config/components/cta-button.yaml
pages:
- $ref: ./config/pages/home.yamlLancez-la
Installez Sovrium, puis démarrez l'app depuis sa config.
curl -fsSL https://sovrium.com/install | sh
sovrium init my-site --template landing-pageConstruisez la vôtre
Partez d'un modèle ou d'un fichier vide. Une config, et Sovrium fait tourner toute l'app.