All Projects → yarnpkg → Website

yarnpkg / Website

Yarn package manager website

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Website

Preact Www
📖 Preact documentation website.
Stars: ✭ 272 (-27.27%)
Mutual labels:  documentation, docs, website
Bolt
⚡️ Super-powered JavaScript project management
Stars: ✭ 2,134 (+470.59%)
Mutual labels:  npm, package-manager, yarn
Yarn
The 1.x line is frozen - features and bugfixes now happen on https://github.com/yarnpkg/berry
Stars: ✭ 40,325 (+10682.09%)
Mutual labels:  npm, package-manager, yarn
Npminstall
Make `npm install` fast and easy.
Stars: ✭ 374 (+0%)
Mutual labels:  npm, package-manager, yarn
Cordova Docs
Apache Cordova Documentation
Stars: ✭ 315 (-15.78%)
Mutual labels:  documentation, docs, website
Benchmarks Of Javascript Package Managers
Benchmarks of JavaScript Package Managers
Stars: ✭ 388 (+3.74%)
Mutual labels:  npm, package-manager, yarn
Tbify
使用淘宝镜像运行命令: tbify [nvm|npm|npx|yarn|pnpm|...]
Stars: ✭ 153 (-59.09%)
Mutual labels:  npm, package-manager, yarn
Awesome Npm
Awesome npm resources and tips
Stars: ✭ 3,894 (+941.18%)
Mutual labels:  npm, package-manager, yarn
Website
🌐 The Babel documentation website
Stars: ✭ 631 (+68.72%)
Mutual labels:  documentation, docs, website
Ru.reactjs.org
React documentation website in Russian / Официальная русская версия сайта React
Stars: ✭ 444 (+18.72%)
Mutual labels:  documentation, docs, website
Tiny Package Manager
Learn how npm or Yarn v1 works.
Stars: ✭ 125 (-66.58%)
Mutual labels:  npm, package-manager, yarn
Typemill
TYPEMILL is a simple and lightweight Flat-File-CMS for authors and publishers.
Stars: ✭ 150 (-59.89%)
Mutual labels:  documentation, docs, website
Ni
💡 Use the right package manager
Stars: ✭ 179 (-52.14%)
Mutual labels:  npm, package-manager, yarn
Nord Docs
The official Nord website and documentation
Stars: ✭ 63 (-83.16%)
Mutual labels:  documentation, docs, website
Registry
npm registry documentation
Stars: ✭ 202 (-45.99%)
Mutual labels:  documentation, docs, npm
Doc
🦋 Raku documentation (tools and docs)
Stars: ✭ 259 (-30.75%)
Mutual labels:  documentation, docs
Ngx Smart Modal
Modal/Dialog component crafted for Angular
Stars: ✭ 256 (-31.55%)
Mutual labels:  npm, yarn
Yvm
🧶 Manage multiple versions of Yarn
Stars: ✭ 265 (-29.14%)
Mutual labels:  npm, yarn
npm-yarn-benchmark
Bash script for comparing NPM and Yarn performance
Stars: ✭ 42 (-88.77%)
Mutual labels:  package-manager, yarn
Echox
Echo cookbook and website
Stars: ✭ 275 (-26.47%)
Mutual labels:  docs, website

Yarn Website Netlify Status

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

In order to get started:

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

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].