This repository provides a development environment for Bun using Visual Studio Code's Dev Containers.
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.
Before you begin, make sure you have the following tools installed on your system:
tl;dr: Just drop the .yaml release file into your project and docker desktop will do the rest for you on create
- Download compose-dev.yaml file: https://github.com/mentasuave01/devcontainer-bun/releases/download/bun-devContainer/compose-dev.yaml
- Copy it into the target repo/folder
- Open docker desktop -> Dev Enviroments -> create
- Just point choice source to the repo you uploaded the .yaml file or the local folder it's in
- DONE
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.
This project is licensed under the MIT License.
bump 18/06/24