https://github.com/developer-dao/dd-ventures-landing-page
This is the repo for the Developer DAO Venture website
https://github.com/developer-dao/dd-ventures-landing-page
Last synced: 12 months ago
JSON representation
This is the repo for the Developer DAO Venture website
- Host: GitHub
- URL: https://github.com/developer-dao/dd-ventures-landing-page
- Owner: Developer-DAO
- Created: 2025-03-16T01:49:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-21T03:06:16.000Z (about 1 year ago)
- Last Synced: 2025-03-21T03:28:46.466Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://dd-ventures-landing-page.vercel.app
- Size: 170 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
```bash
git clone https://github.com/your-username/developer-dao-venture-landing-page.git
cd developer-dao-venture-landing-page
```
2. Install dependencies:
```bash
npm install
# or
yarn install
```
3. Run the development server:
```bash
npm run dev
# or
yarn dev
```
4. Open [http://localhost:3000](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.