Technologies | How to run | Project | How to contribute | License
This project was developed with the following techs:
This project is a clone based in Twitch app main page
Install dependencies
$ yarn
or
$ npm install
Start server
$ yarn start
or
$ npm start
- Fork this repo;
- Create a branch for your new feature:
git checkout -b my-feature
; - Commit your changes:
git commit -m 'feat: My brand new feature'
; - Push it to your branch:
git push origin my-feature
.
After merge of your pull request, you can delete your branch.
This project is under MIT license. See the file LICENSE for details.