Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cuhacking/github-demo

A repository where participants of the Git workshop will be able to contribute.
https://github.com/cuhacking/github-demo

Last synced: 3 months ago
JSON representation

A repository where participants of the Git workshop will be able to contribute.

Awesome Lists containing this project

README

        

# 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](https://github.com/github/renaming#renaming-the-default-branch-from-master)).