# website **Repository Path**: mirrors_watson/website ## Basic Information - **Project Name**: website - **Description**: Yarn package manager website - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2025-08-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Yarn Website This repo contains the source code for the Yarn website. In order to get started: ```sh $ git clone git@github.com:yarnpkg/website.git yarn-website $ cd yarn-website ``` You should ensure you have [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 ```