Skip to content

PatrickAJonas/website

 
 

Repository files navigation

Yarn Website

This repo contains the source code for the Yarn website.

In order to get started:

$ git clone [email protected]:yarnpkg/website.git yarn-website
$ cd yarn-website

You should ensure you have Yarn and 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 --incremental

Special thanks to Netlify for powering the website.

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 55.5%
  • HTML 19.5%
  • CSS 18.4%
  • Shell 3.8%
  • Ruby 2.1%
  • Makefile 0.7%