is-thirteen-core repo
Pre-requisities
Download and install NodeJS
.
Install yarn
by running:
npm i -g yarn
Installing dependencies locally
Run yarn
so it installs all the required modules.
Run the tasks
Refer to the package.json definition for the scripts that you can run. Some include:
-
yarn clean
. -
yarn build
. -
yarn test
.
Running a task on a specific package
yarn <foo> --to <package>
.