rari-darwin-x64
v0.10.19
Published
Runtime Accelerated Rendering Infrastructure (macOS x64 binary)
Maintainers
Readme
rari-darwin-x64
Platform-specific binary for rari on macOS x64 (Intel)
This package contains the native macOS x64 binary for rari, a high-performance React Server Components framework powered by Rust.
Platform Support
- Operating System: macOS
- Architecture: x64
- Target: Intel-based Macs
Installation
This package is automatically installed as an optional dependency when you install the main rari package:
npm install rariYou typically don't need to install this package directly. The main rari package will automatically download the correct binary for your platform.
Usage
This package is used internally by the rari CLI. After installing rari, you can use it directly:
# Development server
npx rari dev
# Production build
npx rari build
# Start production server
npx rari startQuick Start
Create a new rari application:
npm create rari-app@latest my-app
cd my-app
npm run devVisit rari.build for complete documentation.
Links
- Documentation: rari.build/docs
- GitHub: github.com/rari-build/rari
- Discord: Join our community
- npm: npmjs.com/package/rari
License
MIT License - see LICENSE for details.
