Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 487 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 487 Bytes

p2pdnd

Edit: Might revisit later this summer. First task will be to remove reliance on the webRTC relay server

Project setup

npm install

Compiles and hot-reloads for development (2 terminals)

In terminal 1 > npm run wrtcRelay
In terminal 2 > npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.