Skip to content

yarnpkg/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f82b8a0 · Nov 25, 2024
Jan 18, 2021
Oct 4, 2021
Nov 25, 2024
Mar 26, 2019
Mar 16, 2020
Jan 18, 2021
Aug 2, 2019
Jan 18, 2021
Sep 11, 2021
Nov 9, 2023
Jan 6, 2021
Feb 8, 2017
Aug 25, 2017
Aug 28, 2017
Feb 25, 2017
Nov 3, 2016
Jan 10, 2018
Jan 10, 2018
Mar 7, 2018
Sep 18, 2016
Feb 25, 2017
Feb 8, 2017
May 23, 2019
Jan 6, 2021
Oct 5, 2020
Oct 20, 2023
May 24, 2024
Feb 5, 2020
Sep 18, 2016
Jan 31, 2017
Sep 23, 2016
May 3, 2017
Oct 19, 2019
Jan 12, 2017
Oct 10, 2016
Mar 18, 2020
Oct 19, 2019
Feb 27, 2019
Dec 19, 2017
Aug 17, 2020

Repository files navigation

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