Fix #24
This commit is contained in:
parent
dedf4fb837
commit
61aedd8da8
@ -1,6 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_DIR=$(cd $(dirname $0); pwd)
|
||||
pushd ./public
|
||||
python -m http.server 8000
|
||||
popd
|
@ -81,6 +81,10 @@ img {
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
#preview.column {
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
#footer {
|
||||
padding: 5px;
|
||||
z-index: 1001;
|
||||
|
8
scripts/deploy.sh
Executable file
8
scripts/deploy.sh
Executable file
@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
SCRIPT_DIR=$(cd $(dirname $0); pwd)
|
||||
|
||||
cd ${SCRIPT_DIR}/..
|
||||
|
||||
firebase deploy
|
7
scripts/run-local-server.sh
Executable file
7
scripts/run-local-server.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
SCRIPT_DIR=$(cd $(dirname $0); pwd)
|
||||
|
||||
cd ${SCRIPT_DIR}/../public
|
||||
python -m http.server 8000
|
Loading…
Reference in New Issue
Block a user