/mvs_desktop

MVS 38J Desktop

Primary LanguageJavaScript

MVS Desktop

Clone and run for a quick way to see MVS Desktop in action.

This is a Electron application that is based upon the Metro 4.0 desktop exampleMetro-4 Examples. documentation.

It also comes with a launch.json file that allows it to be debugged in Visual Studio Code.

This app allows you to run submit JCL jobs to MVS 38J and do other MVS operations.

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/GroupTheorist12/mvs_desktop.git
# Go into the repository
cd mvs_desktop
# Install dependencies
npm install
# Run the app
npm start