Skip to content

Developer-DAO/dd-ventures-landing-page

Repository files navigation

Developer DAO Ventures Landing Page

A modern, responsive landing page for Developer DAO Ventures built with Next.js, TypeScript, and Tailwind CSS.

Features

  • 🚀 Built with Next.js 14
  • 💎 Fully typed with TypeScript
  • 🎨 Styled with Tailwind CSS
  • 📱 Fully responsive design
  • ⚡ Optimized for performance
  • 🔄 Smooth animations with Framer Motion

Getting Started

Prerequisites

  • Node.js 18.x or later
  • npm or yarn

Installation

  1. Clone the repository:
git clone https://github.com/your-username/developer-dao-venture-landing-page.git
cd developer-dao-venture-landing-page
  1. Install dependencies:
npm install
# or
yarn install
  1. Run the development server:
npm run dev
# or
yarn dev
  1. Open http://localhost:3000 with your browser to see the result.

Project Structure

├── components/     # React components
├── pages/         # Next.js pages
├── public/        # Static assets
├── styles/        # Global styles and Tailwind config
├── types/         # TypeScript type definitions
└── utils/         # Utility functions

Development

  • npm run dev - Start development server
  • npm run build - Build for production
  • npm run start - Start production server
  • npm run lint - Run ESLint
  • npm run type-check - Run TypeScript compiler check

Contributing

  1. Create a new branch
  2. Make your changes
  3. Submit a pull request

Please make sure to update tests as appropriate and follow the existing code style.

License

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

About

This is the repo for the Developer DAO Venture website

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published