We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b54da8 commit 88bfaa3Copy full SHA for 88bfaa3
docs/developers/running.md
@@ -8,6 +8,10 @@
8
```bash
9
yarn dev
10
```
11
+Or with `npm`
12
+```bash
13
+npm run dev
14
+```
15
- This should allow you to make changes to the code and see them live on the website.
16
## Note:
17
- 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
@@ -36,6 +36,10 @@ npm install
36
37
38
39
40
41
42
43
44
45
0 commit comments