chore: README-a eguneratzen du
This commit is contained in:
55
README.md
55
README.md
@@ -1,46 +1,27 @@
|
|||||||
# Astro Starter Kit: Basics
|
# YT2RSS
|
||||||
|
|
||||||
```sh
|
[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.
|
||||||
npm create astro@latest -- --template basics
|
|
||||||
```
|
|
||||||
|
|
||||||
> 🧑🚀 **Seasoned astronaut?** Delete this file. Have fun!
|
## 🚀 Proiektuaren egitura
|
||||||
|
|
||||||
## 🚀 Project Structure
|
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`).
|
||||||
|
|
||||||
Inside of your Astro project, you'll see the following folders and files:
|
## 🧞 Komando nagusiak
|
||||||
|
|
||||||
```text
|
Komando guztiak proiektuaren errotik, terminal bidez, botatzen dira:
|
||||||
/
|
|
||||||
├── 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](https://docs.astro.build/en/basics/project-structure/).
|
|
||||||
|
|
||||||
## 🧞 Commands
|
|
||||||
|
|
||||||
All commands are run from the root of the project, from a terminal:
|
|
||||||
|
|
||||||
| Command | Action |
|
| Command | Action |
|
||||||
| :------------------------ | :----------------------------------------------- |
|
| :---------------- | :--------------------------------------------------------------------- |
|
||||||
| `npm install` | Installs dependencies |
|
| `npm install` | Dependentziak instalatzeko |
|
||||||
| `npm run dev` | Starts local dev server at `localhost:4321` |
|
| `npm run dev` | Garapenerako zerbitzari lokala altxatzen du `localhost:4321` helbidean |
|
||||||
| `npm run build` | Build your production site to `./dist/` |
|
| `npm run build` | Produkziorako fitxategiak sortzen ditu `./dist/` direktorioan |
|
||||||
| `npm run preview` | Preview your build locally, before deploying |
|
| `npm run preview` | Build-a nola geratu den aurreikusteko |
|
||||||
| `npm run astro ...` | Run CLI commands like `astro add`, `astro check` |
|
| `npm run start` | Build-a Node bidez altxatzen du |
|
||||||
| `npm run astro -- --help` | Get help using the Astro CLI |
|
|
||||||
|
|
||||||
## 👀 Want to learn more?
|
## 🚢 Docker bidez altxatzeko
|
||||||
|
|
||||||
Feel free to check [our documentation](https://docs.astro.build) or jump into our [Discord server](https://astro.build/chat).
|
Proiektuaren erroan, hurrengo komandoa erabili:
|
||||||
|
|
||||||
|
```
|
||||||
|
docker compose up -d
|
||||||
|
```
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ import Layout from "../layouts/Layout.astro";
|
|||||||
>{" "}
|
>{" "}
|
||||||
eskuratzeko aukera izango duzu. Honekin, RSS irakurgailu bat erabilita, YouTube-ren
|
eskuratzeko aukera izango duzu. Honekin, RSS irakurgailu bat erabilita, YouTube-ren
|
||||||
algoritmoaren kapritxoetaz ihes egingo duzu eta kanal horrek argitaratutako
|
algoritmoaren kapritxoetaz ihes egingo duzu eta kanal horrek argitaratutako
|
||||||
bideo guztien berri izango duzu.
|
igoera guztien berri izango duzu.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h2>Zer egingo du erreminta honek?</h2>
|
<h2>Zer egingo du erreminta honek?</h2>
|
||||||
|
|||||||
Reference in New Issue
Block a user