Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 2.31 KB

README.md

File metadata and controls

44 lines (34 loc) · 2.31 KB

Dextor Labs

Welcome to Dextor Labs, where we create and showcase MVPs that include both proprietary and open-source projects. Each MVP is designed with a focus on functionality, ease of use, and a clean user experience.

Tech Stack:

We use React, Vite, and Tailwind CSS to build and style our MVPs, ensuring fast development and responsiveness.

Plugins:

Currently, two official plugins are available for this setup:

Contribution Guide

We welcome contributions to our open-source projects! Follow these steps to get started:

  1. Fork the Repository: Click the "Fork" button at the top of this repository to create your own copy.
  2. Clone Your Fork: Clone your forked repository to your local machine.
    git clone https://github.com/your-username/dextor-labs.git
  3. Create a Branch: Make a new branch for your feature or bug fix.
    git checkout -b your-feature-name
  4. Make Your Changes: Work on your feature or fix the bug. Make sure to follow our coding guidelines and maintain code readability.
  5. Test Your Changes: Ensure all tests pass, and the project runs without errors.
  6. Commit and Push: Commit your changes with a descriptive message and push to your fork.
    git add .
    git commit -m "Add: description of feature or fix"
    git push origin feature/your-feature-name
  7. Open a Pull Request: Go to the original repository, select your branch, and open a pull request. Provide a clear description of the changes and why they’re necessary.

Code of Conduct

We strive for a welcoming, inclusive environment. Please adhere to our Code of Conduct when participating in this project.


This guide provides a clear, beginner-friendly path to contribute. Let me know if you'd like additional details or links!

License This project is licensed under the MIT License. You are free to use, modify, and distribute this software in compliance with the MIT License terms. See the license file for more details.