Skip to content

K1GOL/rtcbeam

Repository files navigation

rtcbeam

rtcbeam is an end-to-end encrypted peer-to-peer file transfer app powered by WebRTC. The app can be used live at https://rtc-beam.web.app. All file transfers are encrypted by default, and the broker server can be any freely configured PeerJS PeerServer.

This is a web-based client, for core functionality module, see rtcbeam-core.

Licensed under the BSD 2-Clause license.

Project setup

npm install

Run Tailwind Css

npm run tailwindcss

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.