#!/usr/bin/env bash

(cd ledger && npm install)
(cd api && npm install)
(cd client && npm install)
(cd webserver && npm install)
