No description
Find a file
Abdallah EL HIDALI 652454fd5a
All checks were successful
Build Astro / build_astro (push) Successful in 59s
added ci forgejo
2025-12-11 01:10:05 +01:00
.forgejo/workflows added ci forgejo 2025-12-11 01:10:05 +01:00
.github/workflows removed cloudflare from the ci 2025-12-02 13:21:26 +01:00
content/posts Add article: code-iptv-gratuit-2025 2025-12-10 18:31:36 +01:00
docs adapted website to ssiptv 2025-12-02 10:15:20 +01:00
public added image for social media 2025-12-10 19:30:31 +01:00
scripts added channel list 2025-11-27 19:22:19 +01:00
src added image for social media 2025-12-10 19:30:31 +01:00
.env.example form implementation 2025-11-28 18:37:51 +01:00
.gitignore added email sending to customer 2025-11-29 13:08:09 +01:00
.gitlab-ci.yml added ci forgejo 2025-12-11 01:10:05 +01:00
astro.config.mjs adapted blog 2025-12-03 12:29:52 +01:00
CHECKOUT_INTEGRATION.md removed stripe imtegration 2025-12-02 10:37:08 +01:00
CONFIGURATION_RAPIDE.md added google sheet integration 2025-11-28 19:29:35 +01:00
DEPLOIEMENT_SCRIPT.md added google sheet integration 2025-11-28 19:29:35 +01:00
IMPLEMENTATION_SUMMARY.md removed stripe imtegration 2025-12-02 10:37:08 +01:00
MODAL_TEST_GUIDE.md removed stripe imtegration 2025-12-02 10:37:08 +01:00
package-lock.json fixing CI iter2 2025-11-28 20:07:12 +01:00
package.json fixing CI iter2 2025-11-28 20:07:12 +01:00
postcss.config.mjs fixing performance issues iter9 2025-11-25 19:36:16 +01:00
README.md migration to astro 2025-11-25 15:52:19 +01:00
secure.php.example removed stripe imtegration 2025-12-02 10:37:08 +01:00
start-php.sh added email sending to customer 2025-11-29 13:08:09 +01:00
tsconfig.json migration to astro 2025-11-25 15:52:19 +01:00

Astro Starter Kit: Minimal

npm create astro@latest -- --template minimal

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

🚀 Project Structure

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

/
├── public/
├── src/
│   └── pages/
│       └── index.astro
└── package.json

Astro looks for .astro or .md files in the src/pages/ directory. Each page is exposed as a route based on its file name.

There's nothing special about src/components/, but that's where we like to put any Astro/React/Vue/Svelte/Preact components.

Any static assets, like images, can be placed in the public/ directory.

🧞 Commands

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:4321
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 check
npm run astro -- --help Get help using the Astro CLI

👀 Want to learn more?

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