You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,3 +9,14 @@ This SDK is for client-side JS applications that run in a web browser. For serve
9
9
## Getting Started
10
10
11
11
Refer to our [SDK documentation](https://docs.geteppo.com/feature-flags/sdks/client-sdks/javascript) for how to install and use the SDK.
12
+
13
+
## Local development
14
+
15
+
To set up the package for local development, run `make prepare` after cloning the repository
16
+
17
+
### Installing local package
18
+
19
+
It may be useful to install the local version of this package as you develop the client SDK or Node SDK.
20
+
This can be done in two steps:
21
+
1. Open the directory with the client SDK you want to add this library to, and run `make prepare`
22
+
2. Add the local version of this library to the SDK you are developing by running `yarn add --force file:../js-client-sdk-common` (this assumes both repositories were cloned into the same directory)
0 commit comments