A tool for clients to manage their usage of the Internet Development API. Manage accounts, credits, organizations, and application users.
Requires Node.js >= 18.
npm install
npm run devVisit http://localhost:10000.
| Command | Description |
|---|---|
npm run dev |
Start dev server on port 10000 |
npm run build |
Production build |
npm start |
Start production server on port 10000 |
npm run lint |
Run linter |
Optional, for server-side features:
API_AES_KEY— AES encryption keyAPI_IV_KEY— Initialization vector key
MIT (Internet Development Studio Company)