The server-side uses yarn
Yarn utilizes npm. Yarn is the new standard; it caches and generally installs dependencies faster than plain npm.
To Install:
- Install Nodejs
git clone https://github.com/ABostock/HoloGitcd servernpm install -g yarn # if already installed, skip this stepyarn installyarn start
yarn add <package-name>
yarn remove <package-name>
yarn test