/Coading-Club

"The Code Bird" is the biggest coding club of UIT, where budding tech enthusiasts flock together to spread their wings and explore the fascinating world of programming. With engaging workshops, collaborative projects, and a supportive community, we nurture creativity, problem-solving, and a passion for coding. Join us and soar to new coding heights

Primary LanguageTypeScript

The Code Bird, UIT

Version- v1.0
Date- 5th November,2023
Next Update- Soon
Live Demo

"The Code Bird" is the biggest coding club of UIT, where budding tech enthusiasts flock together to spread their wings and explore the fascinating world of programming. With engaging workshops, collaborative projects, and a supportive community, we nurture creativity, problem-solving, and a passion for coding. Join us and soar to new coding heights!



Follow these steps to run The Code Bird

Installation

bun install

OR

npm install

OR

yarn install

OR

pnpm install
Start app:
bun dev

OR

npm run dev

OR

yarn dev

OR

pnpm dev

Contributing

We welcome contributions from the community to make The Code Bird better for everyone. Whether you're a developer, designer, or enthusiast, there are ways you can contribute.

Getting Started

  1. Fork the Repository: Start by forking the repository to your GitHub account.
  2. Clone your Fork:: Clone the forked repository to your local machine using the following command:
git clone https://github.com/ImKKingshuk/The-Code-Bird.git
  1. Install dependencies: Install dependencies:
bun install

OR

npm install

OR

yarn install

OR

pnpm install

Making Contributions

  1. Create a New Branch: Create a new branch for your contributions:
git checkout -b yourbranch/your-feature-name
  1. Always Sync Repo: Before starting any work, sync your local repository with the upstream (original) repository to ensure you have the latest changes:
git fetch upstream
git checkout main
git merge upstream/main
  1. Code Changes: Make the necessary code changes, improvements, or bug fixes in your branch.
  2. Testing: Ensure that your changes are thoroughly tested. Run tests if applicable and make sure existing tests pass.
  3. Commit Changes: Commit your changes with a clear and descriptive commit message:
git commit -m "Add feature: your-feature-name"
  1. Stay Updated To Avoid Conflicts:: While working on your feature, it's a good practice to frequently pull the latest changes from the upstream repository to avoid conflicts:
git pull upstream main
  1. Push your changes to your forked repository on GitHub::
git push origin yourbranch/your-feature-name
  1. Create a Pull Request: Open a pull request from your fork to the main repository. Provide a detailed description of your changes, why they are needed, and any relevant information.

😊 Thank You, We appreciate your contributions 😊