Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 293 Bytes

BUILD.md

File metadata and controls

12 lines (10 loc) · 293 Bytes

Build from source

$ cd <Directory you like>
$ git clone https://github.com/Chia-Mine/chia-agent
$ cd chia-agent
$ git checkout <branch you like>
$ pnpm run build # or npm run build

# If you check how package is build for release:
$ pnpm run build:prod # or npm run build:prod