#!/usr/bin/env bash # Move into the root folder. cd $(dirname $(dirname $0)) # Run the setup commands. ./scripts/setup-fonts.sh || exit 1 ./scripts/setup-node.sh || exit 1