PlayBeat

Repositorio correspondiente al Front-end web de la asignatura Proyecto Software de la Universidad de Zaragoza (Febrero 2024 - Mayo 2024)

πŸš€ Estructura del proyecto

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

/
β”œβ”€β”€ public/
β”‚   └── favicon.svg
β”œβ”€β”€ src/
β”‚   β”œβ”€β”€ components/
β”‚   β”‚   └── Card.astro
β”‚   β”‚   └── ...
β”‚   β”œβ”€β”€ layouts/
β”‚   β”‚   └── Layout.astro
β”‚   β”‚   └── ...
β”‚   └── pages/
β”‚       └── index.astro
β”‚       └── ...
└── package.json

πŸ‘¨πŸΌβ€πŸ’» InstalaciΓ³n

  1. Clona este repositorio: git clone https://github.com/UNIZAR-30226-2024-03/Web.git

  2. Navega a la carpeta del proyecto: cd web/playbeat

  3. Instala las dependencias: npm install

  4. Ejecuta el proyecto: npm run dev

  5. Abre http://localhost:4321 en tu navegador

πŸ› οΈ Comandos

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

πŸ‘₯ Contributors

Pablo Angusto

Miguel ArΓ©jula

Garikoitz Arellano

Alain CascΓ‘n

Lucas Cauhe

Álvaro de Franciso

Daniel Herce

Alain Villagrasa