https://github.com/knightburton/series-rush
TV Series tracker (a garage project to learn new techniques and have fun)
https://github.com/knightburton/series-rush
firebase hacktoberfest hacktoberfest-accepted hacktoberfest2019 hacktoberfest2020 hactoberfest2021 javascript material-ui react react-redux-firebase redux redux-firestore redux-thunk
Last synced: 7 months ago
JSON representation
TV Series tracker (a garage project to learn new techniques and have fun)
- Host: GitHub
- URL: https://github.com/knightburton/series-rush
- Owner: knightburton
- License: apache-2.0
- Created: 2019-09-19T14:05:37.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-11T22:58:34.000Z (over 3 years ago)
- Last Synced: 2025-01-16T06:14:21.787Z (9 months ago)
- Topics: firebase, hacktoberfest, hacktoberfest-accepted, hacktoberfest2019, hacktoberfest2020, hactoberfest2021, javascript, material-ui, react, react-redux-firebase, redux, redux-firestore, redux-thunk
- Language: TypeScript
- Homepage:
- Size: 7.54 MB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Series-Rush

Track all your series in one place on multiple platform.
### Run the project locally
**Prerequisites**
* This project was bootstrapped with [Create React App](https://create-react-app.dev/).
In order to be able to run on your local machine install [node.js](https://nodejs.org). We encourage you to use [nvm](https://github.com/nvm-sh/nvm) to get the proper node version.
* Also, the project runs with the power of [firebase](https://firebase.google.com/). To run the project, you have to acquire the proper firebase configs and provide them as environment variables. We suggest that to create your own firebase project, configure it for your needs and use that to run the project.**Commands**
```
# Get the code
$ git clone https://github.com/knightburton/series-rush.git# Enter the project root folder
$ cd series-rush# Install packages
$ npm i# Optional: Clean install
$ rm -rf node_modules
$ npm clean cache --force
$ npm i# Start the project
$ npm start
```### Contributing
First off all, thanks for taking the time to contribute! :muscle:
Before any action, please visit the [Code of Conduct](https://github.com/knightburton/series-rush/blob/master/CODE_OF_CONDUCT.md) and [Contributing guideline](https://github.com/knightburton/series-rush/blob/master/CONTRIBUTING.md) for more information.
### License
Series Rush is Open Source software under the Apache 2.0 license. Complete license and copyright information can be found within the [license](https://github.com/knightburton/series-rush/blob/master/LICENSE).