Built With | About | How to Use | How to Contribute | Author
Data from: https://api.covid19api.com
This is a simple web page to show the current situation of COVID-19 in Brazil.
- Clone the project:
git clone https://github.com/Lukazovic/simple-covid19-info.git
; - Go to the project folder:
cd simple-covid19-info
; - Download the dependencies:
yarn install
; - Start the application:
yarn start
.
It will open a browser page (if it doesn't, go to http://localhost:3000).
- Fork this repository;
- Create your branch with your feature:
git checkout -b my-feature
; - Commit your feature:
git commit -m 'feat: My new feature'
; - Push to your branch:
git push origin my-feature
.
Then merge your pull request, you can now delete your branch
Lucas Vieira |