You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@test "$(notdir $(CURDIR))" = "aidbox-docs" || echo "warning: docs dev mode looks up this checkout by the name 'aidbox-docs', but it is named '$(notdir $(CURDIR))'"
@test -d $(SITE_DIR) || { \
echo "Docs site repo not found at $(SITE_DIR)"; \
echo "Clone it first:"; \
echo " git clone $(SITE_REPO) $(SITE_DIR)"; \
exit 1; }
@test -d $(SITE_DIR)/node_modules || (cd $(SITE_DIR) && bun install)