# website **Repository Path**: mirrors_babel/website ## Basic Information - **Project Name**: website - **Description**: :globe_with_meridians: The Babel documentation website - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-05-02 ## 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! - 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 20.5.0 and up. You can check this with `node -v`. Yarn: Make sure that Yarn 1 is installed with version >= 1.19.0. ```shell title="Shell" $ git clone git@github.com:babel/website.git $ 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`](https://github.com/babel/babel) are [auto generated](https://github.com/babel/babel/blob/main/scripts/generators/readmes.js) and point to this documentation. You might want to make yourself familiar with [docusaurus](https://docusaurus.io/docs/en/installation) to make significant changes to the website. #### Looking for support? For questions and support on contributing please join our [Slack community](https://slack.babeljs.io/), channel `#website` or directly [here](https://babeljs.slack.com/messages/website).