Skip to content

Commit b5e1cc8

Browse files
authored
Merge pull request #1 from GreenTreeTeam/Readme
Readme
2 parents 2e33e75 + 0973937 commit b5e1cc8

File tree

1 file changed

+92
-46
lines changed

1 file changed

+92
-46
lines changed

README.md

Lines changed: 92 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,92 @@
1-
# Getting Started with Create React App
2-
3-
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
4-
5-
## Available Scripts
6-
7-
In the project directory, you can run:
8-
9-
### `yarn start`
10-
11-
Runs the app in the development mode.\
12-
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
13-
14-
The page will reload if you make edits.\
15-
You will also see any lint errors in the console.
16-
17-
### `yarn test`
18-
19-
Launches the test runner in the interactive watch mode.\
20-
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
21-
22-
### `yarn build`
23-
24-
Builds the app for production to the `build` folder.\
25-
It correctly bundles React in production mode and optimizes the build for the best performance.
26-
27-
The build is minified and the filenames include the hashes.\
28-
Your app is ready to be deployed!
29-
30-
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
31-
32-
### `yarn eject`
33-
34-
**Note: this is a one-way operation. Once you `eject`, you can’t go back!**
35-
36-
If you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.
37-
38-
Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.
39-
40-
You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.
41-
42-
## Learn More
43-
44-
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
45-
46-
To learn React, check out the [React documentation](https://reactjs.org/).
1+
<p align="center">
2+
<a href="https://github.com/GreenTreeTeam/GithubStats">
3+
<img src="https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png" alt="Logo" width="80" height="80">
4+
</a>
5+
6+
<h3 align="center">Github Stats</h3>
7+
8+
<p align="center">
9+
Get Github stats of any user in just one click
10+
<br />
11+
<br />
12+
<a href="https://stats.greentree.team/">View Demo</a>
13+
·
14+
<a href="https://github.com/GreenTreeTeam/GithubStats/issues">Report Bug</a>
15+
·
16+
<a href="https://github.com/GreenTreeTeam/GithubStats/issues">Request Feature</a>
17+
</p>
18+
</p>
19+
20+
<details open="open">
21+
<summary><h2 style="display: inline-block">Table of Contents</h2></summary>
22+
<ol>
23+
<li>
24+
<a href="#about-the-project">About The Project</a>
25+
<ul>
26+
<li><a href="#built-with">Built With</a></li>
27+
</ul>
28+
</li>
29+
<li>
30+
<a href="#getting-started">Getting Started</a>
31+
<ul>
32+
<li><a href="#prerequisites">Prerequisites</a></li>
33+
<li><a href="#installation">Installation</a></li>
34+
</ul>
35+
</li>
36+
<li><a href="#usage">Usage</a></li>
37+
<li><a href="#roadmap">Roadmap</a></li>
38+
<li><a href="#contributing">Contributing</a></li>
39+
<li><a href="#license">License</a></li>
40+
</ol>
41+
</details>
42+
43+
## About The Project
44+
45+
![Screenshot](https://github.com/GreenTreeTeam/ChillingMusic/blob/master/images/screenshot.png)
46+
47+
### Built With
48+
49+
* [Semantic UI <3](https://semantic-ui.com/)
50+
* [SCSS](https://sass-lang.com/)
51+
52+
## Getting Started
53+
54+
To get a local copy up and running follow these simple steps.
55+
56+
### Installation
57+
58+
1. Clone the repo
59+
```sh
60+
git clone https://github.com/GreenTreeTeam/GithubStats.git
61+
```
62+
2. Install NPM packages
63+
```sh
64+
yarn
65+
```
66+
67+
3.Start the app
68+
```sh
69+
yarn start
70+
```
71+
72+
## Usage
73+
Visit [localhost:3000](http://localhost:3000) to view the webpage
74+
75+
76+
## Roadmap
77+
78+
See the [open issues](https://github.com/GreenTreeTeam/GithubStats/issues) for a list of proposed features (and known issues).
79+
80+
## Contributing
81+
82+
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.
83+
84+
1. Fork the Project
85+
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
86+
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
87+
4. Push to the Branch (`git push origin feature/AmazingFeature`)
88+
5. Open a Pull Request
89+
90+
## License
91+
92+
Distributed under the MIT License. See `LICENSE` for more information.

0 commit comments

Comments
 (0)