We are using yarn to manage dependencies.
yarn installto install dependencies- Run
yarn buildto build all packages - To run tests
- Run
yarn testto run all tests - To run tests for a single package, run for example
yarn test packages/node
- Run
- To use
example-projectwith the locally built packages- Make sure all dependencies are installed and all packages built
- Run
npm installin the/example-projectdirectory - Run
yarn bootstrap-examplein the root directory - To run the example project, run
node index.js <source-token>in the/example-projectdirectory