A web app integrating WebRTC and WebSockets to share files with other LocalSend peers (browsers, or native versions).
Live: https://web.localsend.org
Make sure to install pnpm.
npm install -g pnpm
Get dependencies
pnpm install
Start the development server
pnpm run dev
Generates the static website in the dist
directory.
pnpm run generate
- Add new JSON file in
i18n/locales/
directory. - Add the new language in
nuxt.config.ts
.