yarn install- install all dependenciesyarn build- run src/ through babel into lib/yarn test- run all tests in repoyarn format- run prettier on all files
To get started with the project:
You'll need Git, Node, and Yarn installed. Then clone the repository:
git clone git@github.com:parcel-bundler/parcel.git && cd parcelRun Yarn:
yarn installRun tests:
yarn test