Skip to content

Commit 7a661b2

Browse files
committed
[update] readme
1 parent f4d27ab commit 7a661b2

File tree

1 file changed

+29
-26
lines changed

1 file changed

+29
-26
lines changed

README.md

Lines changed: 29 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,44 @@
1-
# Website
1+
# Learn Python By ComputeNepal
22

3-
This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator.
3+
**_This project is still under development!_**
44

5-
### Installation
5+
If you want to contribute to this project, you're welcome.
66

7-
```
8-
$ yarn
9-
```
7+
[![ComputeNepal - learn-python](https://img.shields.io/static/v1?label=ComputeNepal&message=learn-python&color=blue&logo=github)](https://github.com/ComputeNepal/learn-python "Go to GitHub repo")
8+
[![stars - learn-python](https://img.shields.io/github/stars/ComputeNepal/learn-python?style=social)](https://github.com/ComputeNepal/learn-python)
9+
[![forks - learn-python](https://img.shields.io/github/forks/ComputeNepal/learn-python?style=social)](https://github.com/ComputeNepal/learn-python)
1010

11-
### Local Development
11+
[![License](https://img.shields.io/badge/License-MIT-blue)](#license)
12+
[![issues - learn-python](https://img.shields.io/github/issues/ComputeNepal/learn-python)](https://github.com/ComputeNepal/learn-python/issues)
1213

13-
```
14-
$ yarn start
15-
```
14+
Learn Python by ComputeNepal is a project that is designed in such a way that people can learn Python in easiest way possible with easy to understand language.
1615

17-
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
16+
## Easy to Learn
1817

19-
### Build
18+
This is a course of Python designed by ComputeNepal to help you focus more on learning and improve your knowledge of Python.
2019

21-
```
22-
$ yarn build
23-
```
20+
## Open Source Curriculum
2421

25-
This command generates static content into the `build` directory and can be served using any static contents hosting service.
22+
Course content in this website is open source and is availabe for everyone for free. Anyone can help improve this course curriculum.
2623

27-
### Deployment
24+
<!-- Add new codes before this comment -->
2825

29-
Using SSH:
26+
## Contributors
3027

31-
```
32-
$ USE_SSH=true yarn deploy
33-
```
28+
<a href="https://github.com/ComputeNepal/learn-python/graphs/contributors">
29+
<img src="https://contrib.rocks/image?repo=ComputeNepal/learn-python" />
30+
</a>
3431

35-
Not using SSH:
32+
## Forkers
3633

37-
```
38-
$ GIT_USER=<Your GitHub username> yarn deploy
39-
```
34+
[![Forkers repo roster for @ComputeNepal/learn-python](https://reporoster.com/forks/ComputeNepal/learn-python)](https://github.com/ComputeNepal/learn-python/network/members)
4035

41-
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.
36+
## Stargazers
37+
38+
[![Stargazers repo roster for @ComputeNepal/learn-python](https://reporoster.com/stars/ComputeNepal/learn-python)](https://github.com/ComputeNepal/learn-python/stargazers)
39+
40+
## License
41+
42+
Released under [MIT](/LICENSE) by [@ComputeNepal](https://github.com/ComputeNepal).
43+
44+
[![Website - Visit ComputeNepal](https://img.shields.io/static/v1?label=Website&message=Visit+ComputeNepal&color=2ea44f&logo=RSS)](https://computenepal.com)

0 commit comments

Comments
 (0)