@@ -34,22 +34,22 @@ We use the following [labels](https://github.com/plotly/plotly.js/labels) to tra
34
34
35
35
## Development
36
36
37
- ##### Perequisites
37
+ #### Perequisites
38
38
39
39
- git
40
40
- [ node.js] ( https://nodejs.org/en/ ) . We recommend using node.js 4.2.x (LTS).
41
41
Upgrading and managing node versions can be easily done using
42
42
[ ` nvm ` ] ( https://github.com/creationix/nvm ) or its Windows alternatives.
43
43
44
- ##### Step 1: Clone the plotly.js repo and install its dependencies
44
+ #### Step 1: Clone the plotly.js repo and install its dependencies
45
45
46
46
```
47
47
git clone https://github.com/plotly/plotly.js.git
48
48
cd plotly.js
49
49
npm install
50
50
```
51
51
52
- ##### Step 2: Start the test dashboard
52
+ #### Step 2: Start the test dashboard
53
53
54
54
```
55
55
npm start
@@ -61,7 +61,7 @@ This command bundles up the source files with source maps using
61
61
dev plotly.js bundle update every time a source file is saved) and opens up a
62
62
tab in your browser.
63
63
64
- ** Step 3** Open up the console and start developing
64
+ #### Step 3: Open up the console and start developing
65
65
66
66
A typical workflow is to make some modifications to the source, update the
67
67
test dashboard, inspect and debug the changes, then repeat. The test dashboard
@@ -90,7 +90,7 @@ Three additional helpers exist that are refreshed every second:
90
90
There is also a search bar in the top right of the dashboard. This fuzzy-searches
91
91
image mocks based on their file name and trace type.
92
92
93
- ##### Other npm scripts
93
+ #### Other npm scripts
94
94
95
95
- ` npm run preprocess ` : pre-processes the css and svg source file in js. This
96
96
script must be run manually when updating the css and svg source files.
0 commit comments