Table of Contents
This project uses monorepos to manage all the packages.
- Make sure you have
yarn
installed by running:If not, please refer to the yarn installation guide.yarn --version
- Clone the repo
git clone https://github.com/capeprivacy/cape-js.git
- Install packages
yarn
- Build the project
yarn build
- Run the tests
yarn test