From d1bbffa8e28201786595fedcba820973d4d17ead Mon Sep 17 00:00:00 2001 From: Antonio De Lucreziis Date: Sat, 13 Sep 2025 17:02:46 +0200 Subject: [PATCH] updated readme --- README.md | 48 +++++++++++++----------------------------------- 1 file changed, 13 insertions(+), 35 deletions(-) diff --git a/README.md b/README.md index 4ced80a..d3572a2 100644 --- a/README.md +++ b/README.md @@ -1,43 +1,21 @@ -# Astro Starter Kit: Minimal +# Meme AulaStud -```sh -bun create astro@latest -- --template minimal -``` - -> πŸ§‘β€πŸš€ **Seasoned astronaut?** Delete this file. Have fun! +Questo repository contiene il sito con la bacheca dei meme dell'AulaStud del DM +di Pisa. È un piccolo sito realizzato con [Astro](https://astro.build/). -## πŸš€ Project Structure +## Development -Inside of your Astro project, you'll see the following folders and files: +Per eseguire il sito in locale, assicurati di avere +[Node.js](https://nodejs.org/) installato. Poi, esegui i seguenti comandi: -```text -/ -β”œβ”€β”€ public/ -β”œβ”€β”€ src/ -β”‚ └── pages/ -β”‚ └── index.astro -└── package.json +```bash +$ bun install +$ bun dev ``` -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 | -| :------------------------ | :----------------------------------------------- | -| `bun install` | Installs dependencies | -| `bun dev` | Starts local dev server at `localhost:4321` | -| `bun build` | Build your production site to `./dist/` | -| `bun preview` | Preview your build locally, before deploying | -| `bun astro ...` | Run CLI commands like `astro add`, `astro check` | -| `bun astro -- --help` | Get help using the Astro CLI | +Il sito sarΓ  accessibile all'indirizzo `http://localhost:4321`. -## πŸ‘€ Want to learn more? +## Deployment -Feel free to check [our documentation](https://docs.astro.build) or jump into our [Discord server](https://astro.build/chat). +Per ora il sito viene deployato manualmente, chiedete a +[@aziis98](https://aziis98.com) se volete fare modifiche al sito.