openreplay/tracker/README.md
2022-05-06 00:07:07 +02:00

538 B

Local build

In order to build locally any of the javascript packages located under this directory, go to the corresponding folder first:

cd tracker	# or any tracker-* plugin

Then run

yarn		
yarn build  

OR

npm i	
npm run build  

You can then use it as a local javascript package by executing the folowing line under your local project location:

yarn add file:../path/to/openreplay/monorepo/tracker/tracker

OR

npm install --save ../path/to/openreplay/monorepo/tracker/tracker