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 903b9c5 commit 4e6b389Copy full SHA for 4e6b389
README.md
@@ -66,10 +66,19 @@ srpdb |
66
tair |
67
tmrna-website|
68
wormbase |
69
-
70
+
71
## Developer details
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
82
This embed is implemented as a Web Component, wrapping a piece of code in React/Redux.
83
84
Being a Web Component, it isolates CSS styles from the main page to avoid clash of styles with it.
0 commit comments