Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 571 Bytes

File metadata and controls

30 lines (20 loc) · 571 Bytes

Windows Development Setup

Quick Setup (Recommended)

Use the automated setup script:

bun setup

Manual Setup

Prerequisites

  1. Install Bun: Visit bun.sh for installation instructions
  2. Install Rust: Visit rustup.rs for installation instructions
  3. Install Perl: Visit perl.org for installation instructions

Setup

# Install project dependencies
bun install

# Start development server
bun dev

# Start with react-scan (tracks re-renders)
bun dev:scan