An open API service indexing awesome lists of open source software.

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

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.