このリポジトリには、https://classic.yarnpkg.com/ で入手できるYarn Classic(v1)Webサイトのソースコードが含まれています。 Yarn v2サイトについては、https://github.com/yarnpkg/berry/tree/master/packages/gatsby を参照してください。
開始するには:
$ git clone [email protected]:yarnpkg/website.git yarn-website
$ cd yarn-website
Yarnと Bundler がインストールされていることを確認する必要があります。
$ gem install bundler
その後:
$ make
または:
$ make install
$ make serve
Windowsでは、 make
は使用できないため、 bundle
と jekyll
を直接実行する必要があります。
bundle install
bundle exec jekyll serve --incremental
Special thanks to Netlify for powering the website.