To make it run on your machine, follow the steps below
# Clone the repository in some folder on your machine
$ git clone git@github.com:ignite-projects/ignews.git
# Enter the repository
$ cd ignews
# Install the dependencies by typing in the terminal
$ yarn install
# Run the application
$ yarn dev