Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/babel/website
:globe_with_meridians: The Babel documentation website
https://github.com/babel/website
babel docs documentation javascript website
Last synced: 27 days ago
JSON representation
:globe_with_meridians: The Babel documentation website
- Host: GitHub
- URL: https://github.com/babel/website
- Owner: babel
- License: mit
- Created: 2014-11-09T08:29:53.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2024-04-10T07:46:04.000Z (7 months ago)
- Last Synced: 2024-04-14T02:56:59.174Z (7 months ago)
- Topics: babel, docs, documentation, javascript, website
- Language: TypeScript
- Homepage: https://babeljs.io/docs/en/index.html
- Size: 29.9 MB
- Stars: 740
- Watchers: 45
- Forks: 1,285
- Open Issues: 151
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Roadmap: docs/roadmap.md
Awesome Lists containing this project
- awesome-list - website
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 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.
```shell title="Shell"
$ git clone [email protected]: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`](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).