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
- Clone the repository
- Install dependencies with
bun install - Copy
.env.exampleto.envand configure your environment variables - Start the development server with
bun dev
Verification
To verify your setup:
- Run the test suite with
bun test - Start the development server
- Access the local environment
