зеркало из https://github.com/github/docs.git
12 строки
199 B
Plaintext
12 строки
199 B
Plaintext
|
#!/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
|
||
|
|
||
|
npm run start-all-languages
|