From TEIDESAT Project and Hyperspace Canarias
This software is designed as a general purpose cross-platform application for the TeideSat Project. The interface (React)
will connect to the local server (java-spring) by default or any other remote server (note, for debugging purposes, the
interface can be accessed through the browser).
git clone https://github.com/Teidesat/Fomalhaut.git
cd Fomalhaut
npm install
npm run dev
git clone https://github.com/Teidesat/Fomalhaut.git
cd Fomalhaut
docker network create fomalhaut-network
chmod -R 777 grafana-storage
docker compose up -d





