Getting Started
Concepts
Project
Help
Gatsby Integration
Preview your Gatsby static sites on any device.
Quick Start
Beam detects Gatsby projects and sets the default port to 8000.
Terminal
npx beam dev
Mobile Testing
Gatsby sites often require precise responsive testing. Beam provides a real URL that you can open on any device.
To test on your phone:
- Run
npx beam dev - Install Onion Browser (iOS) or Orbot (Android)
- Scan the QR code or type the
.onionURL
Default Configuration
- Default Port8000
- Detection Commandnpm run develop
Support & Community
Report Issues
Found a bug or have a feature request?
Open an issue on our GitHub repository to get help from the team and community.
Open GitHub IssueDocumentation
Help us improve our guides.
This documentation is open source. Feel free to contribute updates or fixes.
Edit on GitHub