Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.61 KB

README.md

File metadata and controls

42 lines (25 loc) · 1.61 KB

🚀 Bun Dev Container

This repository provides a development environment for Bun using Visual Studio Code's Dev Containers.

About Bun

Bun is a fast JavaScript all-in-one toolkit designed for developing, testing, running, and bundling JavaScript and TypeScript projects. This Dev Container setup streamlines the development process by providing a pre-configured environment.

Prerequisites

Before you begin, make sure you have the following tools installed on your system:

Easy set up, just drag and drop

tl;dr: Just drop the .yaml release file into your project and docker desktop will do the rest for you on create

  1. Download compose-dev.yaml file: https://github.com/mentasuave01/devcontainer-bun/releases/download/bun-devContainer/compose-dev.yaml
  2. Copy it into the target repo/folder
  3. Open docker desktop -> Dev Enviroments -> create
  4. Just point choice source to the repo you uploaded the .yaml file or the local folder it's in
  5. DONE

Additional Information

For more information on Bun, check out the official Bun documentation.

If you encounter any issues or have questions, please feel free to open an issue in this repository.

For more information on Visual Studio Code DevContainers, refer to the official documentation.

License

This project is licensed under the MIT License.

bump 18/06/24