Skip to content

fukumasuya/website-yarnpkg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yarn Website

This repo contains the source code for the Yarn website.

In order to get started:

$ git clone git@github.com:yarnpkg/website.git yarn-website
$ cd yarn-website

You should ensure you have 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.

About

Yarn package manager website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 34.4%
  • CSS 29.2%
  • JavaScript 25.0%
  • Shell 6.3%
  • Ruby 3.7%
  • Makefile 1.4%