npm install
To change the Navbar Title on line 38, modify this:
<a class="btn btn-ghost text-xl">Rvlnd</a>
to:
<a class="btn btn-ghost text-xl">Your Name</a>
To change the Telegram link on line 41, replace this:
<a href="https://t.me/Rvlnddddd" class="btn p-2"><i></i></a>
with:
<a href="https://t.me/your_telegram_link" class="btn p-2"><i></i></a>
node index.js
And now ur dstat is ready.