This repository provides a development environment for Bun, nvm and python3 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.
nvm is a version manager for Node.js, allowing you to easily switch between different versions of Node.js.
python3 is a programming language that is used for a wide range of applications, including web development, data analysis, and machine learning.
Dev Containers are a feature of Visual Studio Code that allows you to create a development environment in a container. 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:
- 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. For more information on nvm, check out the official nvm documentation. For more information on python3, check out the official python3 documentation. For more information on Dev Containers, check out the official Dev Containers documentation.
If you encounter any issues or have questions, please feel free to open an issue in this repository.
This project is licensed under the MIT License.