info_docs_depin/develop.sh

13 lines
216 B
Bash
Raw Normal View History

2025-01-06 21:43:09 +00:00
#!/bin/bash
set -ex
script_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
cd "${script_dir}"
echo "Docs directory: $script_dir"
export NODE_OPTIONS=--openssl-legacy-provider
npm run start -- --host 0.0.0.0