Skip to content

TV Series tracker (a garage project to learn new techniques and have fun)

License

Notifications You must be signed in to change notification settings

knightburton/series-rush

Repository files navigation

Series-Rush

Development

Track all your series in one place on multiple platform.

Run the project locally

Prerequisites

  • This project was bootstrapped with Create React App. In order to be able to run on your local machine install node.js. We encourage you to use nvm to get the proper node version.
  • Also, the project runs with the power of firebase. 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! 💪

Before any action, please visit the Code of Conduct and Contributing guideline 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.