#!/usr/bin/env bash

# [start-readme]
#
# Starts the local development server with all of the available languages enabled.
#
# [end-readme]

source script/check-for-node

# TODO would need git clones from the language repos

npm run start-all-languages
