diff --git a/examples/javascript/ai-agent-shopper/.gitignore b/examples/javascript/ai-agent-shopper/.gitignore new file mode 100644 index 0000000000..fcd967b795 --- /dev/null +++ b/examples/javascript/ai-agent-shopper/.gitignore @@ -0,0 +1 @@ +secret.ts \ No newline at end of file diff --git a/site/src/content/docs/setup.mdx b/site/src/content/docs/setup.mdx index a5308722eb..5ddff7999c 100644 --- a/site/src/content/docs/setup.mdx +++ b/site/src/content/docs/setup.mdx @@ -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