You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -65,5 +65,13 @@ Display a nice tooltip when hovering internal links of the same documentation.
65
65
66
66
----
67
67
68
+
## Local Development
69
+
70
+
- Make sure you have the correct version of Node.js installed (>= 18). You can use [asdf](https://github.com/asdf-vm/asdf) or [nvm](https://github.com/nvm-sh/nvm) for easier management of different Node.js versions.
71
+
- Run `npm install` to install dependencies
72
+
- Run `npm run dev` to start the local dev server. While this can run without a local Read the Docs development instance, not everything will work.
73
+
74
+
----
75
+
68
76
> **Note**:
69
77
> This work is under active development and is still in **alpha**.
0 commit comments