Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 275 Bytes

File metadata and controls

22 lines (15 loc) · 275 Bytes

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