1
0
mirror of synced 2025-12-19 18:10:59 -05:00
Files
docs/script/server-all-languages
2023-01-04 18:06:51 +00:00

14 lines
253 B
Bash
Executable File

#!/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