Skip to content

A Vue.js web application that allows users to engage in WIS2 data conversion tools, edit station and dataset metadata, and monitor data flow in real-time.

License

Notifications You must be signed in to change notification settings

wmo-im/wis2box-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wis2box-app

test locally without docker

To test the webapp locally without docker, you need to install the following dependencies:

Then, you can run the following commands:

    cd webapp
    npm install
    npm run dev

This will start the webapp which will be available at http://localhost:8080/wis2box-webapp/

test locally with docker

build the image

Run the following command to build the image:

    docker build -t wis2box-webapp ./webapp/

test the image

Test the result with the following command:

    docker-compose -f test/docker-compose.yml up -d

This will start the webapp which will be available at http://localhost:8080/wis2box-webapp/

About

A Vue.js web application that allows users to engage in WIS2 data conversion tools, edit station and dataset metadata, and monitor data flow in real-time.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •  

Languages