This is a Next.js project for the Infinite Robots homepage.
- Node.js v24.11.1 (specified in
.nvmrc) - npm 11.6.2+
If you use nvm, you can install and use the correct Node version:
nvm install
nvm useCreate a .env.local file in the root directory with the following:
DISCORD_WEBHOOK_URL=your_url
DISCORD_BOT_TOKEN=your_discord_bot_token
DISCORD_CHANNEL_ID=your_channel_id
AI_GATEWAY_API_KEY=your_vercel_ai_gateway_api_keyFirst, run the development server: Install dependencies:
npm installRun the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.
This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.
This project uses Prettier for code formatting. Format your code with:
npm run format # Format all files
npm run format:check # Check formatting without making changesVS Code will automatically format on save if you have Prettier extension installed.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.