Use the automated setup script:
bun setup- Install Bun: Visit bun.sh for installation instructions
- Install Rust: Visit rustup.rs for installation instructions
- Install Perl: Visit perl.org for installation instructions
# Install project dependencies
bun install
# Start development server
bun dev
# Start with react-scan (tracks re-renders)
bun dev:scan