10 lines
122 B
Bash
Executable file
10 lines
122 B
Bash
Executable file
#/usr/bin/env bash
|
|
|
|
# Make pelican build on startup
|
|
|
|
|
|
echo "> Building Site"
|
|
pelican -v
|
|
|
|
echo "Starting Server"
|
|
npm start
|