Site principale. https://stalla.dev
  • SCSS 40.1%
  • Astro 37.2%
  • TypeScript 19.9%
  • JavaScript 2.8%
Find a file
Lameur 623e9be000
Update deps
Signed-off-by: Lameur <adam.auclair@outlook.fr>
2026-03-24 06:34:51 +01:00
.mise Fix PWAs, official release 2026-03-18 19:13:44 +01:00
docker Fix dev server unable to use bun object 2026-03-08 13:40:21 +01:00
public Add PWA's 2026-03-18 17:04:09 +01:00
src Fix PWA's missing webmanifest file 2026-03-18 20:41:40 +01:00
.gitignore init 2025-12-04 12:53:42 +01:00
astro.config.mjs Fix PWA's missing webmanifest file 2026-03-18 20:41:40 +01:00
LICENSE Add license 2026-03-09 11:06:12 +01:00
mise.toml Ajout de nouvelles tâches de construction et de développement, mise à jour des dépendances dans package.json et mise à jour de la configuration Astro. 2026-02-22 12:07:14 +01:00
package.json Update deps 2026-03-24 06:34:51 +01:00
README.md update global 2026-03-01 13:18:41 +01:00
tsconfig.json Fix PWA's missing webmanifest file 2026-03-18 20:41:40 +01:00

Astro Starter Kit: Basics

update

yarn create astro@latest -- --template basics

🧑‍🚀 Seasoned astronaut? Delete this file. Have fun!

🚀 Project Structure

Inside of your Astro project, you'll see the following folders and files:

/
├── public/
│   └── favicon.svg
├── src
│   ├── assets
│   │   └── astro.svg
│   ├── components
│   │   └── Welcome.astro
│   ├── layouts
│   │   └── Layout.astro
│   └── pages
│       └── index.astro
└── package.json

To learn more about the folder structure of an Astro project, refer to our guide on project structure.

🧞 Commands

All commands are run from the root of the project, from a terminal:

Command Action
yarn install Installs dependencies
yarn dev Starts local dev server at localhost:4321
yarn build Build your production site to ./dist/
yarn preview Preview your build locally, before deploying
yarn astro ... Run CLI commands like astro add, astro check
yarn astro -- --help Get help using the Astro CLI

👀 Want to learn more?

Feel free to check our documentation or jump into our Discord server.