Skip to content
Closed
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions examples/javascript/ai-agent-shopper/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
secret.ts
5 changes: 5 additions & 0 deletions site/src/content/docs/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ import imgActors from "./images/setup/actors.png";

This guide will walk you through initializing your project, deploying an actor, and setting up your client SDK.

## Prerequisites

- [Node.js](https://nodejs.org/) v22 or higher
- A terminal/command prompt

If you get stuck at any point, you can ask a
question on [Discord](https://rivet.gg/discord)/[GitHub
Discussion](https://github.com/orgs/rivet-gg/discussions) or file a bug report on [GitHub
Expand Down
Loading