This is the source for the babeljs.io website: feel free to suggest changes to our docs!
We're in the process of re-doing the site with https://docusaurus.io so things might be in flux: #1544
- Old site:
old-site
branch is deployed to https://old.babeljs.io and https://babeljs.io - New site:
master
branch is deployed to https://new.babeljs.io
$ git clone [email protected]:babel/website.git
$ cd website
$ make bootstrap && make build
- Just run
npm start
next time (check the Makefile and the package.json).
To keep documentation in sync across all of Babel's packages and plugins, the documentation for the plugins and presets is sourced directly from the README files located inside their respective repositories (Babel's packages, babel-minify's packages, ...).
These documents are automatically downloaded into docs
via scripts/download-readmes.js.
For questions and support please join our Slack community, channel #website or directly here.