Skip to content

Commit eaabef6

Browse files
authored
Use Markdown for the contributors graph in the readme (#545)
1 parent 1b1ba66 commit eaabef6

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1+
<!-- markdownlint-disable first-line-h1 -->
12
[![Open in GitPod](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/WebXDAO/WebXDAO.github.io)
23
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/WebXDAO/WebXDAO.github.io/blob/main/LICENSE)
34
![GitHub repo size](https://img.shields.io/github/repo-size/WebXDAO/WebXDAO.github.io)
45

5-
The content in this repository is temporary, as we are working on a new web design for WebX DAO, which is available in the [website v3 project](https://github.com/orgs/WebXDAO/projects/9).
6+
The content in this repository is temporary, as we are working on a new web design for WebX DAO, which is available in the [website v3 project](https://github.com/orgs/WebXDAO/projects/9).
67

78
If you need any assistance, please feel free to message us on [Discord](https://discord.webxdao.xyz/).
89

@@ -24,40 +25,41 @@ Fork the repository on the [fork page](https://github.com/WebXDAO/WebXDAO.github
2425

2526
Ensure that you have Node.js installed. You can check the Node.js version by running the following command:
2627

27-
```
28+
```bash
2829
node --version
2930
```
31+
3032
If Node.js is not installed, you can download it from [nodejs.org](https://nodejs.org/en).
3133

3234
### 3. Clone this Repository
3335

3436
To clone this repository to your local machine, run the following command:
3537

36-
```
38+
```bash
3739
git clone https://github.com/<your-username>/WebXDAO.github.io.git
3840
```
3941

4042
### 4. Navigate to the Directory
4143

4244
Change your working directory to the cloned repository:
4345

44-
```
46+
```bash
4547
cd WebXDAO.github.io
4648
```
4749

4850
### 5. Install Dependencies
4951

5052
Install the required dependencies by running the following command:
5153

52-
```
54+
```bash
5355
npm install
5456
```
5557

5658
### 6. Run Next.js
5759

5860
Start the Next.js development server with the following command:
5961

60-
```
62+
```bash
6163
npm run dev
6264
```
6365

@@ -68,6 +70,4 @@ npm run dev
6870

6971
## ⚡ Our Valuable Contributors
7072

71-
<p align="center"><a href="https://github.com/WebXDAO/WebXDAO.github.io/graphs/contributors">
72-
<img src="https://contributors-img.web.app/image?repo=WebXDAO/WebXDAO.github.io" />
73-
</a></p>
73+
[![Contributors](https://contributors-img.web.app/image?repo=WebXDAO/WebXDAO.github.io)](https://github.com/WebXDAO/WebXDAO.github.io/graphs/contributors)

0 commit comments

Comments
 (0)