Skip to content

infinite-robots/infinite-robots-homepage

Repository files navigation

Infinite Robots homepage

This is a Next.js project for the Infinite Robots homepage.

Prerequisites

  • 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 use

Environment Variables

Create 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_key

Running the Development Server

First, run the development server: Install dependencies:

npm install

Run the development server:

npm run dev

Open 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.

Code Formatting

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 changes

VS Code will automatically format on save if you have Prettier extension installed.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

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.

Contributors 2

  •  
  •  

Languages