You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 967 B

2 years ago
1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. Yarn Website
  2. [![Netlify Status](https://api.netlify.com/api/v1/badges/85057564-01fa-49d4-b898-30acb74ae19e/deploy-status)](https://app.netlify.com/sites/yarnpkg/deploys)
  3. ============
  4. 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
  5. [README in Japanese](README.ja.md)
  6. In order to get started:
  7. ```sh
  8. $ git clone git@github.com:yarnpkg/website.git yarn-website
  9. $ cd yarn-website
  10. ```
  11. You should ensure you have Yarn and [Bundler](http://bundler.io/) installed:
  12. ```sh
  13. $ gem install bundler
  14. ```
  15. And then:
  16. ```sh
  17. $ make
  18. ```
  19. Or:
  20. ```sh
  21. $ make install
  22. $ make serve
  23. ```
  24. On Windows, `make` is not available, so you need to execute `bundle` and `jekyll` directly:
  25. ```sh
  26. bundle install
  27. bundle exec jekyll serve --incremental
  28. ```
  29. ---
  30. **Special thanks to [Netlify](https://www.netlify.com/) for powering the website.**

js yarn包管理组件依赖分析

Contributors (1)