Skip to content

Commit 88bfaa3

Browse files
Docs for devs #3
1 parent 1b54da8 commit 88bfaa3

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/developers/running.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
```bash
99
yarn dev
1010
```
11+
Or with `npm`
12+
```bash
13+
npm run dev
14+
```
1115
- This should allow you to make changes to the code and see them live on the website.
1216
## Note:
1317
- If you are making changes to the Node Server, you will need to restart the server for the changes to take effect.

docs/developers/setup.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ npm install
3636
```bash
3737
yarn dev
3838
```
39+
Or with `npm`
40+
```bash
41+
npm run dev
42+
```
3943
- This should allow you to make changes to the code and see them live on the website.
4044
## Note:
4145
- If you are making changes to the Node Server, you will need to restart the server for the changes to take effect.

0 commit comments

Comments
 (0)