Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 2c221f8

Browse files
committed
Update global readme
1 parent ab9bafd commit 2c221f8

File tree

1 file changed

+27
-4
lines changed

1 file changed

+27
-4
lines changed

packages/js-web-sdk/README.md

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,28 @@
11
# Fullstack Labs
22

3+
## Installation
4+
5+
This repo uses Lerna, to install all depedencies run:
6+
7+
```
8+
lerna bootstrap
9+
```
10+
11+
To run an individual project
12+
13+
```
14+
cd packages/PACKAGE_NAME
15+
```
16+
17+
and lookup what available commands in in the `package.json` scripts field
18+
319
## Packages
420

5-
### JS SDK Wrapper
21+
### JS Web SDK Wrapper
622

7-
[JS SDK Wrapper README](packages/js-web-sdk/README.md)
23+
[JS Web SDK README](packages/js-web-sdk/README.md)
824

9-
An OptimizelySDK wrapper targeted for browsers, maintains state of user and attributes as well as supplying a simpler API.
25+
An OptimizelySDK wrapper targeted for browsers
1026

1127
### React SDK
1228

@@ -18,5 +34,12 @@ An OptimizelySDK wrapper targeted for browsers, maintains state of user and attr
1834

1935
### React Example (TypeScript)
2036

21-
[React Example README](packages/react-example-ts/README.md)
37+
[React Example TypeScript README](packages/react-example-ts/README.md)
38+
39+
### React Example (React v15)
40+
41+
[React Example (React v15) README](packages/react-example-15/README.md)
42+
43+
### React Example (React v16)
2244

45+
[React Example (React v16) README](packages/react-example-16/README.md)

0 commit comments

Comments
 (0)