Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 345 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 345 Bytes

P-Seeder Application

This application is a friendly frontend for the P-Seeder engine, which allows users to upload and seed videos.

Build Setup

# install dependencies
yarn

# serve with hot reload at localhost:9080
npm run dev

# build electron app for production
npm run build

# run webpack in production
npm run pack