mirror of
https://github.com/kremalicious/portfolio.git
synced 2024-12-23 01:29:41 +01:00
11 lines
166 B
Bash
11 lines
166 B
Bash
|
#!/usr/bin/env bash
|
||
|
set -e
|
||
|
|
||
|
export PATH="$PATH:/usr/local/bin/gatsby"
|
||
|
|
||
|
# echo "Running npm install..."
|
||
|
# npm install
|
||
|
|
||
|
# rm -rf ./public
|
||
|
gatsby develop --host 0.0.0.0
|