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
- Host: GitHub
- URL: https://github.com/iberisoft/gas-view
- Owner: iberisoft
- Created: 2024-05-31T01:58:46.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-05-31T02:04:13.000Z (12 months ago)
- Last Synced: 2024-11-08T09:24:03.043Z (7 months ago)
- Topics: signal-processing, web
- Language: Vue
- Homepage:
- Size: 93.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```