This is the source for the babeljs.io website, powered by Jekyll.
This repo also contains babel's source documentation.
The babel repo is https://github.com/babel/babel
Feel free to suggest changes to our docs, or add new content!
- Please install ruby, if not already installed.
- Use
which ruby
orruby --version
, to verify if ruby is installed. - Make sure
bundler
is installed by runninggem install bundler
- Use
- Install
jekyll
dependencies by runningbundle install
npm i
to install this package's dependencies- To start the web server on your machine, check out this repo and run
npm start
.