From ffde8ebb2e1c025c830908098fb7b0ce6d85a4c7 Mon Sep 17 00:00:00 2001 From: Nicholas Kissel Date: Wed, 12 Feb 2025 16:57:56 -0800 Subject: [PATCH] chore: added getting started prereq --- examples/javascript/ai-agent-shopper/.gitignore | 1 + site/src/content/docs/setup.mdx | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 examples/javascript/ai-agent-shopper/.gitignore 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