Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading