Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 597 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 597 Bytes

Yarn Website

This repo contains the source code for the Yarn website.

In order to get started:

$ git clone git@github.com:yarnpkg/website.git yarn-website
$ cd yarn-website

You should ensure you have Bundler installed:

$ gem install bundler

And then:

$ make

Or:

$ make install
$ make serve

On Windows, make is not available, so you need to execute bundle and jekyll directly:

bundle install
bundle exec jekyll serve

Special thanks to Netlify for powering the website.