This is the source for the babeljs.io website: feel free to suggest changes to our docs!
We're just switched over to a new site using https://docusaurus.io so there might be a few issues to fix
- Current site:
master
branch is deployed to https://babeljs.io - Old site:
old-site
branch is deployed to https://old.babeljs.io
$ git clone git@github.com:babel/website.git
$ cd website
$ yarn && yarn bootstrap
- 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 are now directly located in this repo and now the READMEs are auto generated and point to this documentation.
For questions and support please join our Slack community, channel #website or directly here.