Install & build 🛠

1. Download UniRep repository from GitHub

git clone https://github.com/Unirep/Unirep.git && \
cd Unirep

2. Install packages and build

yarn && yarn build

3. (Optional) Run test scripts

yarn test

Last updated