SoftServedWeb-com / dev-thing

An opensource local WP but for node JS frameworks
https://devthing.softservedweb.com/
GNU General Public License v3.0
6 stars 3 forks source link
hacktoberfest

dev-thing

dev-thing is an open source LocalWP but for Node JS Applications. Effortlessly manage your Node JS applications with a simple and intuitive interface. Get Started using devthing

Join Our community

Discord

Table of Contents

Features

Prerequisites

Installation

You can download the binaries for your operating system from the releases page. Follow the instructions below for your platform.

Windows

  1. Download the latest .exe file from the releases page.
  2. Run the .exe file and follow the installation prompts.

macOS

  1. Download the latest .dmg file from the releases page.
  2. Open the .dmg file and drag the application into the Applications folder.

Linux

  1. Download the latest .tar.gz file from the releases page.

  2. Extract the contents of the archive:

    tar -xvzf dev-thing-*.tar.gz
    cd dev-thing
  3. Run the setup script:

    sudo ./install.sh

Contributing

We welcome contributions to improve dev-thing! To get started, please follow the steps below.

Setup for Contribution

Prerequisites

  1. Create an issue for the feature or fix you want to contribute.

  2. Fork the repository to your GitHub account.

  3. Clone the forked repository to your local machine:

    git clone https://github.com/YOUR_USERNAME/dev-thing.git
  4. Install the necessary dependencies:

    cd dev-thing
    pnpm install
    pnpm tauri dev
  5. Create a new branch for your feature or fix:

    git checkout -b feature/your-feature-name
  6. Make your changes and commit them:

    git add .
    git commit -m "Add your commit message"
  7. Push your branch to GitHub:

    git push origin feature/your-feature-name
  8. Open a pull request on the original repository, explaining your changes.