Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosgomesneto committed Feb 5, 2024
1 parent 1ea6801 commit 1eb2653
Showing 1 changed file with 28 additions and 7 deletions.
35 changes: 28 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
</p>
<h1 align="center">Bun Dev Containers</h1>

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

Expand All @@ -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! 🍔✨

0 comments on commit 1eb2653

Please sign in to comment.