Skip to content

Commit e0358f9

Browse files
committed
Add 'npm install' instruction
1 parent 9f59213 commit e0358f9

File tree

2 files changed

+723
-945
lines changed

2 files changed

+723
-945
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# OSLC Resource Browser
22

3+
## Introduction
4+
35
OSLC defines a set of standards that enable loosely coupled integration between applications. This allows applications to use creation and selection dialogs to create links between resources managed by different applications, and it provides a standard way for an application to view the properties of resources managed by some other application.
46

57
Although OSLC enables this integration, it can become quite difficult to view federated information across a set of integrated applications as a single system. Navigation often starts at a specific application which provides its own views for displaying and navigating its managed resources, and links to resources managed by other applications. In order to navigate a system of shared information, users have to follow links from one application to another. This can be inconvenient and inefficient as each application opens its own window and may provide a different user experience for viewing and editing related resourcers.
@@ -48,6 +50,7 @@ Start Chrome web browser with CORS disabled
4850
```
4951
open -n -a Google\ Chrome --args --disable-web-security --user-data-dir
5052
cd ~/Developer/resource-navigator
53+
npm install
5154
npm start
5255
# Say Y to choose a different port
5356
```

0 commit comments

Comments
 (0)