From 1eb2653273a64b32972eeea57b240242533aa2ef Mon Sep 17 00:00:00 2001 From: Marcos Gomes Neto Date: Mon, 5 Feb 2024 22:08:25 +0000 Subject: [PATCH] Update README.md --- README.md | 35 ++++++++++++++++++++++++++++------- 1 file changed, 28 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 73b3d39..989e45b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

Bun Dev Containers

-Welcome to the Bun Dev Containers! 🚀 This repository serves as a quick and easy starting point for your Bun-powered projects in DevContainer. +Welcome to the Bun Dev Containers! 🚀 – the cornerstone for a streamlined Bun Runtime development environment across various operating systems! ✨ ## Prerequisites @@ -13,16 +13,37 @@ Before you begin, make sure you have the following installed on your machine: - [Docker](https://www.docker.com/) - [Dev Containers Extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) +## Getting Started + +1. **Open Visual Studio Code:** + + Launch Visual Studio Code on your machine. + +2. **Create a New Dev Container:** + + - Navigate to the top menu and select **View > Command Palette** or use the shortcut `Ctrl + Shift + P`. + - Type "Remote-Containers: Reopen in Container" and press Enter. +3. **Select the Basic Bun Template:** + + - In the Remote-Containers menu, choose **Remote-Containers: Add Development Container Configuration Files...** + - Browse or search for the "Basic Bun" template. + - Select the template to initiate the creation of your Bun-powered development environment. +4. **Let the Magic Begin:** + + - Visual Studio Code will now build your Dev Container, installing all the necessary dependencies for a smooth Bun Runtime development experience. + - Once completed, your environment will be ready for coding action! +5. **Start Crafting Your Bun Magic:** + + You are now set to unleash the power of Bun Runtime in a neatly configured and isolated environment. Dive into your projects, wield your coding sword with precision, and watch your Bun-powered creations come to life! ⚔️🚀 + ## Additional Information - **Bun Runtime Documentation:** - [Qickstart](https://bun.sh/docs/quickstart) - [GitHub](https://github.com/oven-sh/bun) - + [Qickstart](https://bun.sh/docs/quickstart) + [GitHub](https://github.com/oven-sh/bun) + - **Issues and Contributions:** - - If you encounter any issues or have suggestions, feel free to open an issue or submit a pull request. - + If you encounter any issues or have suggestions, feel free to open an issue or submit a pull request. Happy coding with Bun.sh! 🍔✨