gemini-hlsw / navigate-ui

Navigate front-end web app
0 stars 1 forks source link

Navigate website

Website developed using React + Typescript.

This tool will be used to configure the telescope and its subsystems to point and track a celestial object during an observation. Navigate is a web application with a single centralized server that communicates with the different real-time control systems of the telescope. It also will communicate with other apps in the Gemini Program Platform (GPP) ecosystem, such as Observe and Chronicle.

Launch on local development

Make sure you have installed NodeJS and ni in your machine.

Test modules

Some project modules can be tested using vitest

Navigate backend

To connect to the Navigate backend this repository should be cloned and run. The project was developed using Scala, then a proper Scala and sbt installation should be provided.

In the repository directory run

sbt

In sbt compile everything using

compile

Once compiled, to run the server

navigate_web_server/reStart

Publishing

In order to publish the project as static assets, run:

pnpm build
pnpm publish --access public

The project is automatically published by Github actions when a new tag is pushed. Two packages are published: