Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.07 KB

README.ja.md

File metadata and controls

41 lines (29 loc) · 1.07 KB

Yarn Website Netlify Status

このリポジトリには、https://classic.yarnpkg.com/ で入手できるYarn Classic(v1)Webサイトのソースコードが含まれています。 Yarn v2サイトについては、https://github.com/yarnpkg/berry/tree/master/packages/gatsby を参照してください。

開始するには:

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

Yarnと Bundler がインストールされていることを確認する必要があります。

$ gem install bundler

その後:

$ make

または:

$ make install
$ make serve

Windowsでは、 makeは使用できないため、 bundlejekyllを直接実行する必要があります。

bundle install
bundle exec jekyll serve --incremental

Special thanks to Netlify for powering the website.