Are you sure you want to delete this task? Once this task is deleted, it cannot be recovered.
|
|
2 years ago | |
|---|---|---|
| _data | 2 years ago | |
| _includes | 2 years ago | |
| _layouts | 2 years ago | |
| _plugins | 2 years ago | |
| _posts | 2 years ago | |
| _sass | 2 years ago | |
| assets | 2 years ago | |
| css | 2 years ago | |
| js/src | 2 years ago | |
| lang/en | 2 years ago | |
| scripts | 2 years ago | |
| -debug.html | 2 years ago | |
| 404.html | 2 years ago | |
| Gemfile | 2 years ago | |
| Makefile | 2 years ago | |
| README.ja.md | 2 years ago | |
| README.md | 2 years ago | |
| _config.yml | 2 years ago | |
| _redirects | 2 years ago | |
| blog.html | 2 years ago | |
| crowdin.yaml | 2 years ago | |
| favicon.ico | 2 years ago | |
| index.html | 2 years ago | |
| install.sh | 2 years ago | |
| latest-rc-version | 2 years ago | |
| latest-version | 2 years ago | |
| opensearch.xml | 2 years ago | |
| package.json | 2 years ago | |
| robots.txt | 2 years ago | |
| webpack.config.js | 2 years ago | |
| yarn.lock | 2 years ago | |
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/gatsby
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.