mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2024-11-10 03:39:38 +00:00
chore(docker): 🧑💻 add script for local development, as used in npm start [skip ci]
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@gmail.com>
This commit is contained in:
parent
349db1f879
commit
edeb81dc88
1 changed files with 7 additions and 0 deletions
7
bin/localdev.sh
Executable file
7
bin/localdev.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
if [ ! -f "$PWD/.venv/bin/mkdocs" ]; then
|
||||
"$PWD/.venv/bin/pip3" install -r requirements.txt
|
||||
fi
|
||||
|
||||
"$PWD/.venv/bin/mkdocs" serve
|
Loading…
Reference in a new issue