Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yarnpkg/website

Yarn package manager website
https://github.com/yarnpkg/website

docs documentation npm package-manager website yarn

Last synced: about 2 months ago
JSON representation

Yarn package manager website

Awesome Lists containing this project

README

        

Yarn Website
[![Netlify Status](https://api.netlify.com/api/v1/badges/85057564-01fa-49d4-b898-30acb74ae19e/deploy-status)](https://app.netlify.com/sites/yarnpkg/deploys)
============

このリポジトリには、 で入手できるYarn Classic(v1)Webサイトのソースコードが含まれています。 Yarn v2サイトについては、 を参照してください。

開始するには:

```sh
$ git clone [email protected]:yarnpkg/website.git yarn-website
$ cd yarn-website
```

Yarnと [Bundler](http://bundler.io/) がインストールされていることを確認する必要があります。
```sh
$ gem install bundler
```

その後:

```sh
$ make
```

または:

```sh
$ make install
$ make serve
```

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

```sh
bundle install
bundle exec jekyll serve --incremental
```

---

**Special thanks to [Netlify](https://www.netlify.com/) for powering the website.**