website icon indicating copy to clipboard operation
website copied to clipboard

:globe_with_meridians: The Babel documentation website

babel/website

This is the source for the babeljs.io website; feel free to suggest changes to our docs!

  • Current: main branch is deployed to https://babeljs.io
  • Old: old-site branch is deployed to https://v6.babeljs.io

Setup

Node: Check that Node is installed with version 10.19.0 and up. You can check this with node -v.

Yarn: Make sure that Yarn 1 is installed with version >= 1.19.0.

$ git clone [email protected]:babel/website.git
$ cd website
$ yarn && yarn bootstrap
  • Just run yarn start next time (check the package.json for scripts).

Contributing to the website

To keep documentation in sync across all of Babel's packages, the docs are now directly located in this repository. The READMEs in babel/babel are auto generated and point to this documentation.

You might want to make yourself familiar with docusaurus to make significant changes to the website.

Looking for support?

For questions and support on contributing please join our Slack community, channel #website or directly here.