inodact
v1.0.1
Published
<p align="center"> <a href="https://www.npmjs.com/package/inodact?activeTab=readme"> <img width="300" src="https://media.discordapp.net/attachments/1254473952672223323/1266812828011204749/20240723_193852.jpg?ex=66a682e2&is=66a53162&hm=7e06476213f0
Downloads
3
Readme
📒 Setup
- To get started with INodact, follow these step
- index.js
// setup
const { Panel } = require("inodact");
const panel = new Panel();
panel.run({
username: "admin_username",
password: "admin_password",
port: 3000 // localhost port
});
// http://localhost:3000/