Skip to content

QubitPi/babel-website

 
 

Repository files navigation

This is the fork 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
$ yarn build:docusaurus

Then a GitHub Pages deployable will be generated under website/build/babel directory

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.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 51.3%
  • JavaScript 33.0%
  • CSS 8.6%
  • HTML 7.0%
  • Shell 0.1%