Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 630 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 630 Bytes

GitHub Demo

This project is a simple webpage that displays all the names listed in a JSON. Serves as a basic project for people learning Git to contribute to

Set up

To get this project running on your machine:

  1. Clone the repo
  2. Run yarn or yarn install
  3. Run yarn start
  4. Visit http://localhost:5000 to see the webpage

Default Branch

Notice that this project uses main as the name of the default branch instead of master. As of October 1, 2020, the default branch name for new GitHub repositories is main. (source).