Getting Started
Requirements
- Node.js (version 22.x or later)
Run the Application
To get started with S3 Streamer, follow these steps:
# Clone the repository
git clone https://github.com/germainlefebvre4/S3Streamer
# Setup environment variables
cp .env.example .env
# Configure your AWS credentials
# Edit .env with your S3 details
# Install dependencies
pnpm install
# Start the application
pnpm start
Open your web browser and navigate to http://localhost:3000
to access the S3 Streamer interface.