A small web app for watching movies and shows easily
Go to file
James Hawkins f248208647
Rename LICENSE to LICENSE.md
2021-07-24 13:00:06 +01:00
.github/workflows cname in workflow 2021-07-13 23:46:12 +01:00
public Delete service-worker.js 2021-07-15 22:43:24 +01:00
src change health check url 2021-07-22 21:30:08 +01:00
.gitignore Port to react 2021-07-13 23:31:37 +01:00
LICENSE.md Rename LICENSE to LICENSE.md 2021-07-24 13:00:06 +01:00
README.md Readme 2021-07-21 11:19:59 +01:00
package.json add proper multiple source support 2021-07-20 23:49:33 +01:00
yarn.lock add proper multiple source support 2021-07-20 23:49:33 +01:00

README.md

movie-web

Small web app for watching movies easily. Check it out at movie.squeezebox.dev.

Credits

  • Thanks to @JipFr for initial work on movie-cli
  • Thanks to @mrjvs for help porting to React, and for the beautiful design

Installation

To run this project locally for contributing or testing, run the following commands:

git clone https://github.com/JamesHawkinss/movie-web
cd movie-web
yarn install
yarn start

To build production files, simply run yarn build.

Contributing

Check out this project's issues for inspiration for contribution. Pull requests are always welcome.