Varghab / DevsInTech

Open Source Inclusive community helping folks to level up their skills and standout in tech world

Home Page:https://devsintech.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DevsInTech 🚀

Logo



About Us

DevsInTech is a thriving and welcoming community of developers,tech professionals,and enthusiasts who share a common passion for technology. Our mission is to promote diversity and inclusiveness in the open source community by helping individuals with improving their skills and standing out in the tech space.

Check out our website to get started!

What do we provide?✨

DevsInTech offers a wide range of resources and opportunities for developers and tech enthusiasts to expand their skills, connect with peers, and advance their careers. Some of the key offerings include:

Workshops and Webinars: We organize workshops and webinars led by industry experts on various topics such as programming languages, frameworks, software development methodologies, and emerging technologies.

Tech Talks and Panel Discussions: We host engaging tech talks and panels with industry experts covering latest trends, best practices, and real-world experiences, offering valuable insights and producing inspiring conversations.

Networking and Community Events: We facilitate networking through meetups, conferences, and events, fostering connections, idea sharing, collaboration, and professional relationships.

Get in touch👋

Discord Twitter LinkedIn

Tech stack used to build DevsInTech⚙️

Next.js TailwindCSS

Getting Started 👩‍💻

⚠️Prerequisites

  • Before getting into it, make sure you have pnpm installed.

Let's jump right in🌟

  1. Fork the project

  2. Clone the project to run on your local machine using the following command:

    git clone https://github.com/<your_github_username>/DevsInTech.git
  3. Get into the root directory

    cd DevsInTech
  4. Install all dependencies by running

    pnpm install
  5. Create your branch

    git checkout -b <your_branch_name>
  6. Run and view the application on localhost

    pnpm run dev
  7. Make your changes

  8. Stage your changes

    git add <filename>
  9. Commit your changes

    git commit -m "<your-commit-message>"
  10. Push your changes to your branch

    git push origin "<your_branch_name>"
  11. Create a Pull Request.

    Click compare across forks if you don't see your branch

Setup using Docker

  • Enter the root directory

    docker build .
    
    docker run -p 3000:80 <Image>

Contribute

We welcome contributions in our community. Learn how to start contributing, from installing the project on your device to submitting a pull request with our Contribution guide.

Code of Conduct

Check out the Code of Conduct to know an inclusive environment that respects all contributions.

License

This Community is Licensed under MIT license.

🙏Support

Don't forget to leave a star ⭐️

Thank You to Our Contributors❤️

About

Open Source Inclusive community helping folks to level up their skills and standout in tech world

https://devsintech.vercel.app/

License:MIT License


Languages

Language:JavaScript 96.0%Language:CSS 3.3%Language:Dockerfile 0.5%Language:Shell 0.2%