Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 630 Bytes

CONTRIBUTING.md

File metadata and controls

36 lines (25 loc) · 630 Bytes

Contributing

Overview

  • yarn install - install all dependencies
  • yarn build - run src/ through babel into lib/
  • yarn test - run all tests in repo
  • yarn format - run prettier on all files

Getting Started

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 parcel

Run Yarn:

yarn install

Run tests:

yarn test