A modern, responsive landing page for Developer DAO Ventures built with Next.js, TypeScript, and Tailwind CSS.
- 🚀 Built with Next.js 14
- 💎 Fully typed with TypeScript
- 🎨 Styled with Tailwind CSS
- 📱 Fully responsive design
- ⚡ Optimized for performance
- 🔄 Smooth animations with Framer Motion
- Node.js 18.x or later
- npm or yarn
- Clone the repository:
git clone https://github.com/your-username/developer-dao-venture-landing-page.git
cd developer-dao-venture-landing-page
- Install dependencies:
npm install
# or
yarn install
- Run the development server:
npm run dev
# or
yarn dev
- Open http://localhost:3000 with your browser to see the result.
├── components/ # React components
├── pages/ # Next.js pages
├── public/ # Static assets
├── styles/ # Global styles and Tailwind config
├── types/ # TypeScript type definitions
└── utils/ # Utility functions
npm run dev
- Start development servernpm run build
- Build for productionnpm run start
- Start production servernpm run lint
- Run ESLintnpm run type-check
- Run TypeScript compiler check
- Create a new branch
- Make your changes
- Submit a pull request
Please make sure to update tests as appropriate and follow the existing code style.
This project is licensed under the MIT License - see the LICENSE file for details.