Skip to content

Prerequisites

Before you set up your environment, make sure you have the following tools installed and a Wallabi account ready.

ToolVersionHow to get it
GitAny recent versiongit-scm.com — or use a Git GUI like GitHub Desktop
Node.jsv22Use NVM to install and manage versions
pnpmLatestInstall via pnpm.io/installation
Claude CodeLatestnpm install -g @anthropic-ai/claude-code — this is the AI assistant you’ll use to build apps
Code editorVS Code is recommended, but everything works from the command line too

If you’re not sure whether a tool is installed, open a terminal and type its name with --version (e.g., git --version). If you see a version number, you’re good.

You need a Wallabi account with access to your organization. If you don’t have one, ask your team admin to invite you.

You’ll also need an API token for local development:

  1. Sign in to the Wallabi app
  2. Go to Settings > API Tokens
  3. Create a new token and save it somewhere secure — you’ll need it during setup

Once you have everything above, head to Getting Started to set up your environment.