Documentation
Everything you need to get LIVESTREAMER.APP up and running on your VPS
Quick Start Guide
Get up and running in under 5 minutes
System Requirements
CPU
2+ cores recommended
RAM
4GB minimum
Network
1Gbps+ recommended
1. Clone the Repository
bash
git clone https://github.com/your-username/livestreamer-app.git cd livestreamer-app
2. Install Dependencies
bash
npm install # or yarn install
3. Configure Environment
bash
cp .env.example .env nano .env
4. Start the Application
bash
npm run start # or for development npm run dev
Need More Help?
Check out our comprehensive guides and tutorials for advanced configurations.