...
Some checks failed
Deploy to GitHub Pages / Deploy to GitHub Pages (push) Has been cancelled

This commit is contained in:
2025-10-11 07:25:40 +04:00
parent 19471ddb8b
commit 6961e9b852
5 changed files with 12363 additions and 5 deletions

12
develop.sh Executable file
View File

@@ -0,0 +1,12 @@
#!/bin/bash
set -e
script_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
cd "${script_dir}"
echo "Docs directory: $script_dir"
pnpm install .
pnpm start .