Skip to content

Latest commit

 

History

History
52 lines (39 loc) · 2.32 KB

README.md

File metadata and controls

52 lines (39 loc) · 2.32 KB

movie-night CircleCI Coverage Status PRs Welcome

An Electron powered app for browsing your digital movie collection

Summary

The goal of this project is to provide a delightful movie browsing experience in areas without reliable and/or affordable internet access. Adventure travelers are a good example user segement.

Browse

Browse

Movie Details

Movie Details

Search

Search

Developers

Pull requests welcome.

Running locally in development mode

$ cd movie-night   
$ yarn install   
$ npm run start:devserver  

In a second terminal

$ cd movie-night
$ npm run start:dev

Run in release mode

$ npm start

Run tests

$ npm test

Create Platform Installation Packages

$ npm run dist

Then find DMG (OS X) or EXE (Windows) in dist/ folder

Technology Stack