Skip to content

Commit 5ea9a35

Browse files
committed
update contributing
1 parent 88550ab commit 5ea9a35

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,16 @@ Once added to the `main` branch, slide decks are deployed publicly on https://ed
7474

7575
## Setup
7676

77+
### Install node.js
78+
79+
This depends on [node.js](https://nodejs.org/en/download).
80+
81+
### Clone this repository
82+
83+
```bash
84+
git clone https://github.com/EduBricksHub/EduSlides.git
85+
```
86+
7787
### Git Submodule
7888

7989
To include EduBricks as git submodule, use the following command to add it to your local clone:
@@ -90,7 +100,7 @@ npm install
90100

91101
### Watch a local preview of the slide deck gallery
92102

93-
To watch the gallery with all slide decks, run `npm run start` and open `http://localhost:5173/`
103+
To watch the gallery with all slide decks, run `npm run start` and open `http://localhost:5173/`.
94104

95105

96106
### Watch a single Slidev slide deck

0 commit comments

Comments
 (0)