CineSimile is a platform where you can find similar movies for a given movie. Currently, we are in the phase of finding similarity between the movies. So keep in touch, and we'll let you know.
Hacktoberfest 2020 is around the corner and we very much welcome your wonderful contribution and you can also win a Hacktoberfest T-Shirt as a token of appreciation. Visit https://hacktoberfest.digitalocean.com/ and check it out how to contribute to open source and be an open source hero 😁.
Thank you for showing interest in CineSimile, an open sourced platform to find similar movies. Please follow the steps and you'll soon end up being an open source contributor 😎. Please read the CONTRIBUTING document before starting to contribute to this project.
-
Fork the repository.
-
Clone the repository to your machine.
$ git clone https://github.com/<username>/cinesimile.git
- Install node_modules.
$ npm install
- Start the React development server.
$ npm start
-
Do something amazing (FYI, pick an issue from the issue list, and add a comment stating that you're going to work on it.)
-
Commit and push the changes.
$ git add .
$ git commit -m "your commit message (make it meaningful and short)"
$ git push origin master
-
Finally, create a pull request.
-
That's it! Hopefully you'll get some Hacktoberfest swag 😇.
- If you are creating a new pull request please update your fork.
$ git pull upstream master
Do this before creating another pull request. By doing this, your fork will be up-to-date with the main repository.
- Spread the word, help your friends to get a Hacktoberfest T-Shirt too! 😁