Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 551 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 551 Bytes

P-Platform Web Application

This is the P-Platform website on which you can browse, watch and share videos using the WebTorrent network.

This application is built using VueJS with Nuxt.

Installation and running

As for any P-Project application, all dependencies, installation and run scripts are listed in the .p-properties.yml file.

Deployment

Build the application for production:

npm run build

Testing

Run unit tests:

npm run test