Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/cuhacking/github-demo
- Owner: cuhacking
- Created: 2020-09-09T18:57:59.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-21T14:58:58.000Z (about 4 years ago)
- Last Synced: 2023-03-07T13:37:44.437Z (almost 2 years ago)
- Language: JavaScript
- Size: 2.3 MB
- Stars: 0
- Watchers: 1
- Forks: 37
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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)).