An open API service indexing awesome lists of open source software.

https://github.com/iberisoft/gas-view

Gasway web viewer
https://github.com/iberisoft/gas-view

signal-processing web

Last synced: 5 months ago
JSON representation

Gasway web viewer

Awesome Lists containing this project

README

        

# Gasview

Gasview is a web viewer designed for the Gasway aquisition system from InfoRAD.

## Dependencies

Add the project dependencies:
```
npm install
```

## Running

Run the development service:
```
npm run serve
```

## Deployment

Build for production in the Gasway folder:
```
npm run build
```