Compare commits

..

2 Commits

Author SHA1 Message Date
d957d15f36 Merge branch 'main' of https://git.ourworld.tf/tfgrid/docs_depin
# Conflicts:
#	develop.sh
2025-02-19 05:22:44 +03:00
2ad98c9b76 update 2025-02-19 05:22:01 +03:00

16
develop.sh Executable file
View File

@ -0,0 +1,16 @@
#!/bin/bash
set -e
script_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
cd "${script_dir}"
echo "Docs directory: $script_dir"
cd /Users/despiegk/hero/var/docusaurus
export PATH=/tmp/docusaurus_build/node_modules/.bin:${HOME}/.bun/bin/:$PATH
. /Users/despiegk/.zprofile
bun run start -p 3100