The Wayback Machine - https://web.archive.org/web/20230515055823/https://github.com/babel/website
Skip to content

babel/website

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
js
April 11, 2023 12:09
May 10, 2023 13:33
September 21, 2022 18:05
February 15, 2015 18:46
January 23, 2018 18:18
April 11, 2023 12:09
April 11, 2023 12:09
April 11, 2023 12:09

babel/website

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

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 git@github.com: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.