Skip to content

Latest commit

 

History

History
70 lines (49 loc) · 1.81 KB

README.md

File metadata and controls

70 lines (49 loc) · 1.81 KB

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