- Notifications
You must be signed in to change notification settings - Fork1.3k
🌐 The Babel documentation website
License
NotificationsYou must be signed in to change notification settings
babel/website
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is the source for thebabeljs.io website; feel free to suggest changes to our docs!
- Current:
main
branch is deployed tohttps://babeljs.io - Old:
old-site
branch is deployed tohttps://v6.babeljs.io
Node: Check that Node is installed with version 20.5.0 and up. You can check this withnode -v
.
Yarn: Make sure that Yarn 1 is installed with version >= 1.19.0.
$ git clone git@github.com:babel/website.git$ yarn&& yarn bootstrap
- Just run
yarn start
next time (check the package.json for scripts).
To keep documentation in sync across all of Babel's packages, the docs are now directly located in this repository. The READMEs inbabel/babel
areauto generated and point to this documentation.
You might want to make yourself familiar withdocusaurus to make significant changes to the website.
For questions and support on contributing please join ourSlack community, channel#website
or directlyhere.