A modern web application built with Next.js for defense technology solutions.
- Modern UI with responsive design
- Built with Next.js 14
- TypeScript support
- Tailwind CSS for styling
- Component-based architecture
- Node.js 18.x or later
- pnpm (recommended) or npm
- Clone the repository:
git clone <repository-url>
cd defense-tech
- Install dependencies:
pnpm install
- Run the development server:
pnpm dev
- Open http://localhost:3000 with your browser to see the application.
/app
- Next.js app directory containing pages and layouts/components
- Reusable React components/lib
- Utility functions and shared code/public
- Static assets
- The application uses TypeScript for type safety
- Styling is done with Tailwind CSS
- Components are built using shadcn/ui
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.