From 7cb6e0efee4cc7ea34a21cadc8d125f2f4785381 Mon Sep 17 00:00:00 2001 From: PtiCalin <143633151+PtiCalin@users.noreply.github.com> Date: Sun, 8 Jun 2025 14:36:49 -0400 Subject: [PATCH] docs: add quick setup instructions --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 866859f..960ad07 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,15 @@ cd vaultos-plugin-template ### 🛠 Local Setup +#### Quick Setup +Run the provided script to install dependencies and build: + +```bash +npm run setup +``` + +Internet access is needed the first time to download Node packages. If you're using the Codex environment, be sure to enable internet access so the script can fetch dependencies. + ```bash npm install npm run build