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: index.html
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,11 @@ <h1>Assign CSS class <code>rapido</code> to the <code><article></code> ele
81
81
<p>Rapido can be used in a web document created from scratch or within an existing document, the CSS class <code>rapido</code> makes Rapido not invasive with respect to existing CSS code.</p>
82
82
</figcaption>
83
83
</figure>
84
+
<h2>Install with npm</h2>
85
+
<p>Alternatively, you may want to install Rapido using <ahref="https://www.npmjs.com/">npm</a>. This is especially useful when you want to add Rapido as a dependency of your application.</p>
86
+
<pre>
87
+
<code>npm install @nextbitlabs/rapido</code>
88
+
</pre>
84
89
<h2>Get your hands dirty</h2>
85
90
<p>If you want to try Rapido then you need the skeleton of an HTML document. The next code snippet provides a minimal template, copy the snippet in a fresh HTML file.</p>
0 commit comments