# localsend **Repository Path**: chansirs/localsend ## Basic Information - **Project Name**: localsend - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-18 - **Last Updated**: 2025-11-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LocalSend Web App A web app integrating WebRTC and WebSockets to share files with other LocalSend peers (browsers, or native versions). Live: https://web.localsend.org ## Setup Make sure to install [pnpm](https://pnpm.io). ```bash npm install -g pnpm ``` Get dependencies ```bash pnpm install ``` Start the development server ```bash pnpm run dev ``` ## Deployment Generates the static website in the `dist` directory. ```bash pnpm run generate ``` ### Self-hosting 1. Clone this repo 2. Build: `docker build --tag localsend-web --file Containerfile` 3. Run: `docker run --rm --publish 8080:443 --volume caddy-data:/data localsend-web` ## Contributing ### Adding a new language 1. Add new JSON file in `i18n/locales/` directory. 2. Add the new language in `nuxt.config.ts`.