Running the Admin
To connect to the admin API, you'll need to start the development server.
Start
Start the development server and access http://localhost:3000
with your browser.
bunx iridium dev
Port
The default port is 3000
. Set PORT
in the .env
file to change the port.
PORT=3000