A modern marketing website for AgentNXT, built with Next.js, React, TypeScript, and Tailwind CSS.
AgentNXT Website is the frontend codebase for the AgentNXT landing page. It provides a clean, responsive web experience for presenting the product, messaging, and brand online.
- Next.js
- React
- TypeScript
- Tailwind CSS
- PostCSS
- ESLint
Make sure you have Node.js installed. Node.js 18 or later is recommended.
Clone the repository:
git clone https://github.com/AGenNext/Agent-Site.git
cd Agent-SiteInstall dependencies:
npm installStart the development server:
npm run devThen open:
http://localhost:3000
| Command | Description |
|---|---|
npm run dev |
Start the local development server. |
npm run build |
Create a production build. |
npm run start |
Start the production server. |
npm run lint |
Run Next.js linting. |
Create a production build:
npm run buildStart the production server:
npm run startAgent-Site/
├── app/ or pages/ # Application routes
├── components/ # Reusable UI components
├── public/ # Static assets
├── styles/ # Global styles
├── package.json # Scripts and dependencies
└── README.md # Project documentation
This project can be deployed to platforms such as Vercel, Netlify, or any service that supports Next.js applications.
For Vercel, connect this GitHub repository and follow the deployment prompts.
Contributions are welcome. To propose a change:
- Fork the repository.
- Create a new branch.
- Make your changes.
- Open a pull request.
Add license information here if this project is open source.