Skip to content

agi-house-india/defense-tech-site

Repository files navigation

Defense Tech

A modern web application built with Next.js for defense technology solutions.

Features

  • Modern UI with responsive design
  • Built with Next.js 14
  • TypeScript support
  • Tailwind CSS for styling
  • Component-based architecture

Prerequisites

  • Node.js 18.x or later
  • pnpm (recommended) or npm

Getting Started

  1. Clone the repository:
git clone <repository-url>
cd defense-tech
  1. Install dependencies:
pnpm install
  1. Run the development server:
pnpm dev
  1. Open http://localhost:3000 with your browser to see the application.

Project Structure

  • /app - Next.js app directory containing pages and layouts
  • /components - Reusable React components
  • /lib - Utility functions and shared code
  • /public - Static assets

Development

  • The application uses TypeScript for type safety
  • Styling is done with Tailwind CSS
  • Components are built using shadcn/ui

Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Website for Defense Tech Community

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published