# babel-website **Repository Path**: mirrors_mjackson/babel-website ## Basic Information - **Project Name**: babel-website - **Description**: :globe_with_meridians: The Babel documentation website - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # [babel/website](https://babeljs.io) This is the source for the [babeljs.io](https://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](https://github.com/babel/website/issues/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 ### Setup ```bash $ git clone git@github.com:babel/website.git $ cd website $ yarn && make bootstrap && make build ``` * Just run `npm start` next time (check the Makefile and the package.json). ### Contributing to the website 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](https://github.com/babel/babel/tree/master/packages), [babel-minify's packages](https://github.com/babel/minify/tree/master/packages), ...). These documents are automatically downloaded into `docs` via [scripts/download-readmes.js](/scripts/download-readmes.js). #### Looking for support? For questions and support please join our [Slack community](https://slack.babeljs.io/), channel #website or directly [here](https://babeljs.slack.com/messages/website/).