See the official Hugo documentation for Hugo installation instructions.
To run the site locally when you have Hugo installed:
hugo server -DThis will start the local Hugo server on port 1313. Open up your browser to http://localhost:1313 to view the site. As you make changes to the source files, Hugo updates the site and forces a browser refresh.