Skip to content

[Software] The user interface for NOVA mission control/operations.

Notifications You must be signed in to change notification settings

UTATRocketry/novaOps-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

NOVA Mission Operations User Interface

The front-end ui for NOVA mission control/operations. This repository is written in the Vue.JS 3 framework. Note: At the time of writing, this repository is incomplete, and should only be used as a testing playground environment.

Installation

  1. Clone the Repository

Add an ssh key to Github (How to add SSH Key to Github ssh-agent).

git clone git@github.com:UTATRocketry/nova-ops-ui.git
cd nova-ops-ui
  1. Install Dependencies

You should have yarn, or an equivalent package manager installed first (Yarn: Installation). Then:

yarn install

Usage

To start the development server:

yarn serve

This will launch the Vue.JS application on the local development server, usually accessible at http://localhost:8080. The server will attempt to create a WebSocket connection at ws://localhost:8000/ws/pressure/, and will display, in real-time, the changing pressure value of an example pressure sensor.

About

[Software] The user interface for NOVA mission control/operations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published