Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .p-properties.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
dependencies:
bin:
- git
- node
- npm
- yarn
install:
- yarn
run:
- npm run dev
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,18 @@
This application is a friendly frontend for the P-Seeder engine, which allows
users to upload and seed videos.

## Build Setup
## Install

``` bash
# install dependencies
yarn
As for any P-Project application, all dependencies, installation and run scripts are listed in the
[.p-properties.yml](https://github.com/p-project/p-seeder-app/blob/master/.p-properties.yml) file.

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

``` bash
# build electron app for production
npm run build

# run webpack in production
npm run pack
```
---