<li><code>site disable</code>: stop the server and remove it from startup items.</li>
</ul>
<h2id="extend">Extend</h2>
<p>You can extend Site.js and create your own dynamic servers using Node.js:</p>
<h2id="extend">Use as a module</h2>
<pre><code>npm i @ind.ie/site.js</code></pre>
<p>Create your own dynamic web apps in Node.js using the <ahref="https://source.ind.ie/site.js/app#api">API</a>.</p>
<p>You can use Site.js as a module in your Node.js projects. See the <ahref="https://source.ind.ie/site.js/app#api">API documentation</a> for details.</p>