MALIKSHAHID786 / website

Yarn package manager website

Home Page:https://classic.yarnpkg.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yarn Website Netlify Status

This repo contains the source code for the Yarn Classic (v1) website, available at https://classic.yarnpkg.com/. For the Yarn v2 site, see https://github.com/yarnpkg/berry/tree/master/packages/docusaurus

README in Japanese

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://classic.yarnpkg.com


Languages

Language:JavaScript 55.5%Language:HTML 19.8%Language:SCSS 18.5%Language:Shell 3.8%Language:Ruby 1.6%Language:Makefile 0.8%