Skip to content

Environment Setup

This guide explains how to set up your development environment for Switchain Services.

Required Tools

  • Node.js 18 or later
  • Bun 1.1.38 or later
  • Git
  • Your favorite code editor (VS Code recommended)

Development Environment Setup

  1. Clone the repository
  2. Install dependencies with bun install
  3. Copy .env.example to .env and configure your environment variables
  4. Start the development server with bun dev

Verification

To verify your setup:

  1. Run the test suite with bun test
  2. Start the development server
  3. Access the local environment