Use the automated setup script:
bun setup- Install Bun: Visit bun.sh for installation instructions
- Install Rust: Visit rustup.rs for installation instructions
Additional Packages
When installing git2 and ssh2 crates using vendored-openssl features, there are additional packages you may need to prevent installation failure
This one's for Fedora, but the packages should be the same for other distros
sudo dnf install openssl-devel pkgconf perl-FindBin perl-IPC-Cmd perl# Install project dependencies
bun install
# Start development server
bun dev
# Start with react-scan (tracks re-renders)
bun dev:scan