Installation
Getting Rhappsody Platform installed is quick and easy.
System Requirements
- Operating System: Windows 10+, macOS 10.15+, or Linux
- Browser: Chrome 90+, Firefox 88+, Safari 14+, or Edge 90+
- Node.js: Version 16.0 or higher (optional, for advanced features)
Installation Methods
Method 1: CDN (Recommended)
The easiest way to get started is using our CDN:
Method 2: NPM Package
For more control over your build process:
npm install @rhappsody/platform
Then import in your JavaScript:
import { Rhappsody } from '@rhappsody/platform';
Method 3: Download
Download the latest release from our releases page.
Verify Installation
Create a simple test file to verify everything is working:
Hello Rhappsody!
Next Steps
Now that you have Rhappsody installed, head to the Quick Start guide to build your first app!