#!/usr/bin/env bash if [ ! -d 'node_modules' ]; then npm ci fi npm run serve