You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-2Lines changed: 12 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,6 @@ Flox
3
3
Flox is a self hosted Movie, Series and Animes watch list. It's build on top of Laravel and Vue.js and uses [The Movie Database](https://www.themoviedb.org/) API.
4
4
The rating based on an 3-Point system for `good`, `medium` and `bad`.
5
5
6
-
###NEW: Support for Series and Animes!
7
-
8
6
###[Try live demo](http://80.240.132.120/flox-demo/public/) and [login](http://80.240.132.120/flox-demo/public/login) with `demo / demo` to add new movies or change ratings.
@@ -106,3 +104,15 @@ There is an option to enable or disable spoiler protection for episode names.
106
104
* Run `npm install` or `yarn` in your `/client` folder.
107
105
* Make sure you have installed `webpack` globally.
108
106
* Run `npm run dev` or `npm run build`.
107
+
108
+
### Contribution
109
+
110
+
Like this project? Want to contribute? Awesome! Feel free to open some pull requests or just open an issue. See [Projects](https://github.com/devfake/flox/projects/1) for the current roadmap.
111
+
112
+
### Changelog
113
+
114
+
Detailed changes for each release are documented in the [release notes](https://github.com/devfake/flox/releases).
115
+
116
+
### License
117
+
118
+
Flox is published under the MIT license. See LICENSE for more information.
0 commit comments