Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 420 Bytes

File metadata and controls

24 lines (18 loc) · 420 Bytes

C-PAC

A suite to manage, run and track your preprocessing pipelines.

How to run

yarn run clean:all
# you may need to set the following environment variable locally (If yarn throws `ERR_OSSL_EVP_UNSUPPORTED`):
# export NODE_OPTIONS=--openssl-legacy-provider
yarn
yarn run dev:browser

or, using Docker,

./tools/start_dev.sh

Packaging for release

./tools/build_package.sh