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-Frontend
npm install
npm run dev