Add sync.sh script

This downloads and installs dependencies necessary to run or develop.

Add docker-compose.yml for initial use
This commit is contained in:
Michael Wolf
2026-01-11 15:51:42 -06:00
parent de70be996e
commit 1da81089cd
4 changed files with 93 additions and 17 deletions

View File

@@ -5,10 +5,8 @@
set -eu
node_shim_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
export node_shim_DIR
source "$node_shim_DIR"/../versions
# shellcheck source=node.common
source "$node_shim_DIR"/node.common
exec "$nodejs_binary_dir/node" "$@"