markdown-live-preview/local-server.sh

7 lines
95 B
Bash
Raw Permalink Normal View History

2020-07-17 19:31:22 +03:00
#!/bin/bash
SCRIPT_DIR=$(cd $(dirname $0); pwd)
2020-08-09 18:08:58 +03:00
pushd ./build
2020-07-17 19:31:22 +03:00
python -m http.server 8000
popd