~ajhalili2006's personal website, built with Zensical (successor of Material for Mkdocs) [old repo name got bugged while attempting to do manual knot migration via repo deletion] andreijiroh.dev
zensical mkdocs-material website

chore(docker): :technologist: add script for local development, as used in npm start [skip ci]

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@gmail.com>

Changed files
+7
bin
+7
bin/localdev.sh
···
+
#!/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