Skip to content

ezedinff/the-disruptors-den

Repository files navigation

The Disrupters Den

Hey there! 👋 Welcome to the The Disrupters Den repository! We're super excited to have you here. This project is all about for the disrupters den community. If you're into Enterprenur road, you're in the right place!

Getting Started

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

To get started with contributing, follow these steps:

1. Fork the Repository

Click on the "Fork" button on the top right corner of the page to create a copy of this repository in your GitHub account.

2. Clone the Repository

Clone your forked repository to your local machine using the following command:

git clone https://github.com/your-username/your-project-name.git

run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

3. Create a new branch for your changes:

git checkout -b feature/your-feature-name

4. Make Changes

Make your changes to the codebase. Feel free to explore and add features, fix bugs, or improve existing functionality.

5. Commit Changes

Commit your changes with a descriptive commit message:

git add .
git commit -m "Add a concise yet descriptive commit message"

6. Push Changes

Push your changes to your forked repository:

git push origin feature/your-feature-name

7. Open a Pull Request

Open a Pull Request (PR) on GitHub. Provide a detailed description of your changes, and explain why they should be merged.

Contributing Guidelines

Before contributing, please read and adhere to our Contributing Guidelines. This document outlines the process for submitting issues, making changes, and more.

Code of Conduct

Please read and adhere to our Code of Conduct. We want this project to be a welcoming and inclusive space for all contributors.

License

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

Acknowledgments

Thank you for considering contributing to The Disruptors Den Community! We appreciate your time and effort in making this project better.