Skip to content

Commit 8244ec9

Browse files
authored
Instruction for local development (#49)
1 parent 0861538 commit 8244ec9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,14 @@ This SDK is for client-side JS applications that run in a web browser. For serve
99
## Getting Started
1010

1111
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

Comments
 (0)