Start with the Babel core Contributing docs.
Fork the babel-polyfills repository to your GitHub Account.
Then, run:
$ git clone https://github.com/<your-github-username>/babel-polyfills
$ cd babel-polyfills
$ yarnThen you can either run:
$ yarn buildto build the repo once or:
$ yarn watchto have the repo build itself and incrementally build files on change.
$ yarn lint$ yarn tscheck$ yarn test