|
1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- Yarn Website
- [](https://app.netlify.com/sites/yarnpkg/deploys)
- ============
-
- 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
-
- [README in Japanese](README.ja.md)
-
- In order to get started:
-
- ```sh
- $ git clone git@github.com:yarnpkg/website.git yarn-website
- $ cd yarn-website
- ```
-
- You should ensure you have Yarn and [Bundler](http://bundler.io/) installed:
-
- ```sh
- $ gem install bundler
- ```
-
- And then:
-
- ```sh
- $ make
- ```
-
- Or:
-
- ```sh
- $ make install
- $ make serve
- ```
-
- On Windows, `make` is not available, so you need to execute `bundle` and `jekyll` directly:
-
- ```sh
- bundle install
- bundle exec jekyll serve --incremental
- ```
-
- ---
-
- **Special thanks to [Netlify](https://www.netlify.com/) for powering the website.**
|