A place to watch and track your favourite movies and tv shows!
Visit Site (Prior Version)
—
Report Bug
—
Request Feature
- About the Project
- Built With
- Getting Started
- Usage
- Roadmap
- Contributing
- License
- Authors
- Acknowledgements
There are many great streaming sites on the web; however, most of them lacked features I wished were included. I wanted to create a site so amazing that it'll be the last one you ever need.
This project was built using vanilla HTML, CSS and JavaScript.
To run this project locally, please follow the below steps.
You will need the following installed on your machine:
First you will want to clone the repository.
git clone https://github.com/macjabeth/showbunny.git
Then install NPM packages.
npm install
The default npm scripts are as follows.
{
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
}
}
To start the dev server, type npm run dev
into the terminal.
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated (and will get you added to the acknowledgements section).
- If you have suggestions for adding or removing features, feel free to open an issue to discuss it, or directly create a pull request after making any necessary changes.
- Create individual PRs for each suggestion.
- Please also read through the Code Of Conduct before posting your first idea.
- Fork the Project
- Create your GitFlow Branch (
git checkout -b feature/amazing-feature
) - Commit your Changes (
git commit -m 'Add some amazing-feature'
) - Push to the Branch (
git push origin feature/amazing-feature
) - Open a Pull Request
We have a community on Discord to discuss Showbunny and other topics. Feel free to come join us!
Distributed under the MIT License. See LICENSE for more information.