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