Merge pull request #2350 from alecmerdler/ascii-art
Improve Local Development Experience
This commit is contained in:
commit
f229f375b5
1 changed files with 13 additions and 0 deletions
13
local-run.sh
13
local-run.sh
|
@ -1 +1,14 @@
|
|||
cat << "EOF"
|
||||
____
|
||||
/ __ \
|
||||
| | | |_ _ __ _ _ _
|
||||
| | | | | | |/ _` | | | |
|
||||
| |__| | |_| | (_| | |_| |
|
||||
\___\_\\__,_|\__,_|\__, |
|
||||
======================__/ |==========
|
||||
Development Server |___/ by CoreOS
|
||||
127.0.0.1:5000
|
||||
EOF
|
||||
printf "$(date) \n\n"
|
||||
|
||||
goreman start
|
||||
|
|
Reference in a new issue