Skip to content

Commit

Permalink
Update README.md (#89)
Browse files Browse the repository at this point in the history
Added missing step to start the local server
  • Loading branch information
sukamat authored Dec 4, 2024
1 parent ab79b36 commit 48447af
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ KV is used for high-performance R/W operations. This value is stored locally.
```bash
npx wrangler kv:key put orgs '[{"name":"aemsites","created":"2023-10-31T17:43:13.390Z"}]' --binding=DA_AUTH --local
```
#### 5. Validate
#### 5. Start the local server
At the root of the project folder, run `npm run dev`.

#### 6. Validate
Browse to `http://localhost:8787/list` to ensure you see the expected buckets.

### Additional details
Expand Down

0 comments on commit 48447af

Please sign in to comment.