Skip to content
Snippets Groups Projects
Commit 75abb442 authored by James Vasile's avatar James Vasile
Browse files

Add convenience serve script

parent 1edbbd74
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env bash
set -e
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
cd ${SCRIPT_DIR}/../site
make serve
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment