Skip to content

AGenNext/Agent-Site

Repository files navigation

AgentNXT Website

A modern marketing website for AgentNXT, built with Next.js, React, TypeScript, and Tailwind CSS.

Overview

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.

Tech Stack

  • Next.js
  • React
  • TypeScript
  • Tailwind CSS
  • PostCSS
  • ESLint

Getting Started

Prerequisites

Make sure you have Node.js installed. Node.js 18 or later is recommended.

Installation

Clone the repository:

git clone https://github.com/AGenNext/Agent-Site.git
cd Agent-Site

Install dependencies:

npm install

Run Locally

Start the development server:

npm run dev

Then open:

http://localhost:3000

Available Scripts

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.

Build

Create a production build:

npm run build

Start the production server:

npm run start

Project Structure

Agent-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

Deployment

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.

Contributing

Contributions are welcome. To propose a change:

  1. Fork the repository.
  2. Create a new branch.
  3. Make your changes.
  4. Open a pull request.

License

Add license information here if this project is open source.

About

Public website for AgentNXT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors