docs_depin/develop.sh

17 lines
305 B
Bash
Raw Normal View History

2025-01-06 21:43:09 +00:00
#!/bin/bash
2025-02-05 07:58:52 +00:00
set -e
2025-01-06 21:43:09 +00:00
script_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
cd "${script_dir}"
echo "Docs directory: $script_dir"
2025-02-05 07:58:52 +00:00
cd /Users/despiegk/hero/var/docusaurus
2025-01-06 21:43:09 +00:00
2025-02-10 12:18:30 +00:00
export PATH=/tmp/docusaurus_build/node_modules/.bin:${HOME}/.bun/bin/:$PATH
. /Users/despiegk/.zprofile
2025-02-05 07:58:52 +00:00
bun run start -p 3100