ancc
v0.1.11
Published
Endpoint proxy server with web dashboard
Readme
ANCC
AI endpoint proxy with web dashboard.
Install
npm install -g anccUsage
ancc # Start server, open dashboard
ancc --port 8080 # Custom port
ancc --no-browser # Don't open browser
ancc --help # Show helpDashboard: http://localhost:3000/dashboard
Development
npm install
npm run devBuild & Publish
# Build standalone
npm run build:standalone
# Test locally
npm link
ancc --help
# Publish to npm
npm login
npm publishData
User data stored at:
- macOS/Linux:
~/.ancc/db.json - Windows:
%APPDATA%/ancc/db.json
