tart-telescope / web_app

Web-app front end for the TART telescope
GNU General Public License v3.0
0 stars 1 forks source link

Frontend

The web frontend in tart-viewer/ is served as static files:

Deploy to TART elec.ac.nz

For deployment on custom basepath we need to set the BASE_URL env var.

  make deploy

Wait for entering password for tart@tart.elec.ac.nz

Development

The tart-viewer folder contains the Vue3 frontend code with Vite as the build system.

The rust folder contains Rust code that is compiled to WebAssembly and used in the frontend.

The withoutBundler folder contains a minimal example of how to use the compiled Rust code in a frontend without a bundler/build system.