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.
Jose 49463d19a2 added: fontawesome
created an experimental side menu for linking various pages in the to-be-implemented React Router
2025-02-27 01:44:04 +01:00
2025-02-27 01:44:04 +01:00
2025-02-26 19:42:35 +01:00

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%