diff --git a/README.md b/README.md index 414a13a..70c3d19 100644 --- a/README.md +++ b/README.md @@ -1,46 +1,27 @@ -# Astro Starter Kit: Basics +# YT2RSS + +[Erreminta honen bidez](https://yt2rss.txarli.dev), gustoko duzun YouTube kanal baten RSS Feed-a eskuratzeko aukera izango duzu. Honekin, RSS irakurgailu bat erabilita, YouTube-ren algoritmoaren kapritxoetaz ihes egingo duzu eta kanal horrek argitaratutako igoera guztien berri izango duzu. + +## 🚀 Proiektuaren egitura + +Proiektu hau [Astro](https://astro.build/) erabilita garatu da. Horretaz gain, zerbitzari batean [Docker](https://www.docker.com/) bidez ostatzeko konfigurazio fitxategiak daude (`docker-compose.yml` eta `Dockerfile`). + +## 🧞 Komando nagusiak + +Komando guztiak proiektuaren errotik, terminal bidez, botatzen dira: + +| Command | Action | +| :---------------- | :--------------------------------------------------------------------- | +| `npm install` | Dependentziak instalatzeko | +| `npm run dev` | Garapenerako zerbitzari lokala altxatzen du `localhost:4321` helbidean | +| `npm run build` | Produkziorako fitxategiak sortzen ditu `./dist/` direktorioan | +| `npm run preview` | Build-a nola geratu den aurreikusteko | +| `npm run start` | Build-a Node bidez altxatzen du | + +## 🚢 Docker bidez altxatzeko + +Proiektuaren erroan, hurrengo komandoa erabili: -```sh -npm 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: - -```text -/ -├── public/ -│ └── favicon.svg -├── src -│   ├── assets -│   │   └── astro.svg -│   ├── components -│   │   └── Welcome.astro -│   ├── layouts -│   │   └── Layout.astro -│   └── pages -│   └── index.astro -└── package.json +docker compose up -d ``` - -To learn more about the folder structure of an Astro project, refer to [our guide on project structure](https://docs.astro.build/en/basics/project-structure/). - -## 🧞 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](https://docs.astro.build) or jump into our [Discord server](https://astro.build/chat). diff --git a/src/pages/index.astro b/src/pages/index.astro index c1c0003..b90d3c9 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -18,7 +18,7 @@ import Layout from "../layouts/Layout.astro"; >{" "} eskuratzeko aukera izango duzu. Honekin, RSS irakurgailu bat erabilita, YouTube-ren algoritmoaren kapritxoetaz ihes egingo duzu eta kanal horrek argitaratutako - bideo guztien berri izango duzu. + igoera guztien berri izango duzu.

Zer egingo du erreminta honek?