1
0
This repository has been archived on 2025-11-01. You can view files and clone it. You cannot open issues or pull requests or push a commit.
dependabot[bot] 65f3a28c70 Bump esbuild and vite in /frontend
Bumps [esbuild](https://github.com/evanw/esbuild) to 0.25.0 and updates ancestor dependency [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). These dependencies need to be updated together.


Updates `esbuild` from 0.24.2 to 0.25.0
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.24.2...v0.25.0)

Updates `vite` from 6.1.1 to 6.2.0
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/create-vite@6.2.0/packages/vite)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-type: indirect
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-02 23:37:06 +00:00
2025-03-03 00:35:08 +01:00
2025-03-02 22:51:31 +01:00
2025-02-27 11:42:07 +01:00

⚠ REQUISITOS PREVIOS

  • Descargar MariaDB 10.6.21
  • Descargar DBeaver
  • Descargar Node.js
    • Para descargar Node recomiendo fnm (Fast Node Manager) que lo podéis descargar aquí
    • Para instalarlo: fnm install 23.7.0

Para lanzar la API en local

  1. pip install -r requirements.txt
  2. uvicorn main:app --reload --port <puerto que quieras>

Para lanzar la web en modo desarrollador

  1. npm install
  2. npm run dev

Para transpilar la web de React a HTML/CSS/JS Vanilla

npm run build
La encontraréis en dist/

Description
Project developed for Hack4Change 2025, hosted at the School of Computer Engineering (ETSII) – University of Seville. Made in React + Java + C++.
Readme MPL-2.0 7.1 MiB
Languages
Java 63.6%
JavaScript 22.1%
C++ 9.8%
CSS 2.9%
Python 1.1%
Other 0.5%