File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change
1
+ [ ` Node.js ` ] ( https://nodejs.org/en/download )
2
+
3
+ # Contributing to the Guide
4
+
5
+ > [ !NOTE]
6
+ > This page is in the process of being written, and will largely be
7
+ > adapted from [ PlasmaPy's Contributor Guide] .
8
+
9
+ ## Submitting a pull request
10
+
11
+ A contribution to this guide can be made via a pull request to the
12
+ repository's ` main ` branch.
13
+
14
+ ## Building the site locally
15
+
16
+ > [ !NOTE]
17
+ > It may be necessary to install a recent version of [ ` Node.js ` ] .
18
+
19
+ After cloning the repository, go to the top-level directory and run
20
+
21
+ ``` bash
22
+ python noxfile.py -s build
23
+ ```
24
+
25
+ The build will be located at ` _build/html/index.html ` .
26
+
27
+ [ PlasmaPy's Contributor Guide ] : https://docs.plasmapy.org/en/latest/contributing
You can’t perform that action at this time.
0 commit comments