Skip to content

Commit 4e6b389

Browse files
committed
Add npm instructions to Readme
1 parent 903b9c5 commit 4e6b389

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,19 @@ srpdb |
6666
tair |
6767
tmrna-website|
6868
wormbase |
69-
70-
69+
7170
## Developer details
7271

72+
### Local development
73+
74+
1. `npm install`
75+
76+
2. `npm run serve` to start a server on http://localhost:8080/
77+
78+
3. `npm run build` to generate a new distribution.
79+
80+
### Notes
81+
7382
This embed is implemented as a Web Component, wrapping a piece of code in React/Redux.
7483

7584
Being a Web Component, it isolates CSS styles from the main page to avoid clash of styles with it.

0 commit comments

Comments
 (0)