https://github.com/interopio/io-connect-demo-apps
https://github.com/interopio/io-connect-demo-apps
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/interopio/io-connect-demo-apps
- Owner: InteropIO
- Created: 2024-03-11T12:46:39.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-19T13:01:14.000Z (about 2 years ago)
- Last Synced: 2024-04-20T10:15:48.939Z (about 2 years ago)
- Language: TypeScript
- Size: 5.53 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FDC3 OMS
## Introduction
This monorepo contains demo applications designed for a trial experience within the io.Connect Browser, using the FDC3 context API.
## Getting Started
Before running or building the projects, ensure that you have Node.js and npm installed on your machine. Then, follow these steps to install dependencies and start the applications:
### Step 1: Config Files
1. Paste the `mocked-data-service.json` file in your `C:\\*insert_user_path\*\AppData\Local\interop.io\io.Connect Desktop\Desktop\config\apps` folder
2. Paste the `fdc3-oms.json` file in your `C:\\*insert_user_path\*\AppData\Local\interop.io\io.Connect Desktop\Desktop\config\apps` folder
3. Paste the `fdc3-oms-workspace.json` in your `C:\\*insert_user_path\*\AppData\Local\interop.io\io.Connect Desktop\UserData\DEMO-IO\layouts` folder
### Step 2: Installing Dependencies
Run `npm bootstrap` in the root directory of the monorepo to install shared dependencies.
### Step 3: Running the Applications
To run all the applications, use the `npm start` command from the project's root directory.
### Step 4: Clearing node_modules for the Applications
To erase all the node_modules folders for all the applications, use the `npm clear` command from the project's root directory.