Skip to content

Latest commit

 

History

History
103 lines (72 loc) · 3.29 KB

README.md

File metadata and controls

103 lines (72 loc) · 3.29 KB

DevLab

Developer utilities right in your browser
A web version of the popular DevToys desktop application

Overview

DevLab is a comprehensive set of tools for developers accessible directly from your web browser. Inspired by the popular DevToys desktop application, DevLab brings the same powerful utilities to the web platform, making them available anywhere without installation.

Features

DevLab includes various tools categorized for different needs:

Converters

Generators

More tools are being added regularly!

Getting Started

Installation

Clone the repository and install the dependencies:

git clone https://github.com/max-programming/dev-lab.git
cd dev-lab
bun install

Development

Start the development server:

bun dev

The application will be available at http://localhost:3000 by default.

Building for Production

bun build

Technology Stack

Contributing

Contributions are welcome! If you'd like to add new features, fix bugs, or improve documentation:

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

See the open issues for a list of proposed features and known issues.

License

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

Acknowledgments