Skip to content

JackSparrow008/nverter

 
 

Repository files navigation

nverter

alt text

System Requirements

Just node.js. On Mac and Windows, every else is installed automatically. However on Linux, you must install HandbrakeCLI manually with these commands:

sudo add-apt-repository --yes ppa:stebbins/handbrake-releases
sudo apt-get update -qq
sudo apt-get install -qq handbrake-cli
Setup Instructions
# Install dependencies
$ npm install 

# Configure Web Server port
$ nano config/default.json

{
  "port" : 3000
}

# Building frontend code
$ npm run watch

$ Running Web Server
$ npm run dev-server

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.9%
  • CSS 4.7%
  • HTML 2.4%