diff --git a/docs/Makefile b/docs/Makefile index e8b07ede..515e55da 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -13,5 +13,10 @@ docs-serve: ## Serves the built website locally docs-publish: ## Publishes the website to GitHub pages npm deploy +install-deps: ## Install dependencies + sudo apt-get update + sudo apt-get install -y nodejs npm + npm install + help: ## Show this help @grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}' \ No newline at end of file