IONOS Agent Docs v1.0 just launched!⭐ Star us on GitHub
docsFrontend GuidenextjsSetup

Frontend Setup (Next.js)

1. Navigate to frontend

cd frontend

2. Install dependencies

npm install
# or
yarn install

3. Start the app

npm run dev
# or
yarn dev

Open in browser: http://localhost:3000