Skip to main content
Version: 1.0.1

Install & build 🛠

1. Download UniRep repository from GitHub

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

2. Install packages and build

yarn && yarn build

3. (Optional) Run test scripts

yarn test