Skip to main content

Required Tools

1

Node.js & pnpm

2

VS Code

Download from code.visualstudio.comEssential extensions:
  • ESLint
  • Prettier
  • Tailwind CSS IntelliSense
  • Prisma
  • GitLens
3

Claude Code Terminal

4

Git Configuration

Development Stack

Browser Extensions

  • React Developer Tools
  • Redux DevTools
  • Pesticide CSS

VS Code Settings

Project Configuration

TypeScript Config

tsconfig.json

ESLint & Prettier

.eslintrc.js
.prettierrc

Git Hooks

package.json

Environment Variables

Local Development

.env.local
Never commit .env.local files. Use .env.example as a template and store actual values in 1Password or environment-specific vaults.

Database Setup

1

Install Supabase CLI

2

Login to Supabase

3

Link Project

4

Pull Schema

Testing Tools

Unit Testing

E2E Testing

Troubleshooting

Next Steps

1

Clone Expand AI

Follow the Expand AI Setup guide
2

Join Slack

Connect with the team in #dev channel
3

Read Driver Docs

Review claude.md, plan.md, and agents.md in the repo