This is the source for the babeljs.io website, powered by Jekyll.
This repo also contains babel's source documentation.
- Please install ruby, if not already installed.
- Use
which rubyorruby --version, to verify if ruby is installed. - Make sure
bundleris installed by runninggem install bundler
- Use
- Install
jekylldependencies by runningbundle install npm ito install this package's dependencies- To start the web server on your machine, check out this repo and run
npm start.