Skip to content

yboyer/re-discover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

(Re)Discover

An open-source video indexer built with web technologies

Get (Re)Discover

Download the latest release (all platform supported)

[Changelog]

Contribute

  1. Fork this repository to your own GitHub account and then clone it to your local device
  2. Install the dependencies: npm i
  3. Build the code and watch for changes: npm run dev
  4. Run the app: npm start

To make sure that your code works in the finished app, you can generate the binary:

npm run pack

After that, you'll see the binary in the ./dist folder :simple_smile: