Ce repo contient la landing page pour le Projet d'assistant IA pour la langue Corse Parolla (https://parolla.chat).
/
├── public/
│ └── images/ -> les images pour le blog
├── src/
│ ├── content/ -> le contenue pour le blog
│ ├── assets/ -> toutes les images
│ ├── components/
│ │ └── Card.astro
│ ├── layouts/
│ │ └── Layout.astro
│ ├── i18n/
│ │ └── ui.ts -> Contient le text et sa traduction en corse
│ └── pages/
│ ├── blog/
│ ├── co/
│ ├── fr/
│ └── index.astro
└── package.json
Nous avons un déploiment automatique quand la branch main reçois un push.
Ajouter un nouveau fichier MDX dans le dossier suivant et suivre la structure de l'article existant:
All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
npm install |
Installs dependencies |
npm run dev |
Starts local dev server at localhost:3000 |
npm run build |
Build your production site to ./dist/ |
npm run preview |
Preview your build locally, before deploying |
npm run astro ... |
Run CLI commands like astro add , astro preview |
npm run astro --help |
Get help using the Astro CLI |
A page template built with astro and tailwindcss using tailus blocks (theme).