14 lines
253 B
Bash
Executable File
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
|