Skip to content
This repository was archived by the owner on Sep 15, 2023. It is now read-only.

Recommended Setup

Trevor Davis edited this page Dec 20, 2017 · 4 revisions

Blendid requires at least Node 6. While you can install Node a variety of ways, we highly recommend using nvm to install and manage Node versions.

We recommend yarn over npm for a few reasons: yarn.lock files are a lifesaver, modules install way faster, and yarn run for running package.json scripts and node_modules/.bin executables is a nice convenience. It's just better.

Clone this wiki locally