LiveLink is a powerful streaming management application that allows you to watch and manage multiple streams simultaneously. It supports Twitch, YouTube, and other streaming platforms through a unified interface.
Clone the repository:
git clone https://github.com/yourusername/LiveLink.git
cd LiveLink
Install dependencies:
npm install
Configure your environment:
.env.example
to .env
and fill in your API keysconfig
directory as neededStart the development server:
npm run dev:all
Open your browser and navigate to:
http://localhost:5173
To build for production:
npm run build:all
npm run start:all
/src
: Source code/components
: Reusable UI components/lib
: Utility functions and API client/routes
: SvelteKit routes/types
: TypeScript type definitions/config
: Configuration files/dist
: Build outputnpm run dev
: Start the frontend development servernpm run dev:server
: Start the backend servernpm run dev:all
: Start both frontend and backend in development modenpm run build
: Build the frontendnpm run build:server
: Build the backendnpm run build:all
: Build both frontend and backendnpm run start
: Start the production servernpm run start:all
: Start both frontend and backend in production modeThis project is licensed under the MIT License - see the LICENSE file for details.