f / website

Yarn package manager website

Home Page:https://yarnpkg.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 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.

About

Yarn package manager website

https://yarnpkg.com


Languages

Language:JavaScript 39.1%Language:HTML 27.4%Language:CSS 25.1%Language:Shell 4.9%Language:Ruby 2.6%Language:Makefile 1.0%