Skip to content

Commit dd5c7ed

Browse files
committed
feat: Update README.md with dev container configurations
1 parent e81bb88 commit dd5c7ed

File tree

1 file changed

+33
-1
lines changed

1 file changed

+33
-1
lines changed

README.md

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,33 @@
1-
# codespace
1+
# Codespace
2+
3+
This repository contains a collection of development container configurations for various environments, including Ubuntu, React Native, Terraform, and more.
4+
5+
## Getting Started
6+
7+
To use these configurations, you need to have [Docker](https://www.docker.com/) installed on your machine.
8+
9+
## Directory Structure
10+
11+
- `.github/workflows/`: Contains GitHub Actions workflows for building the dev containers.
12+
- `src/`: Contains source code for additional features.
13+
- `templates/`: Contains the dev container configurations. Each subdirectory represents a different environment.
14+
15+
## Dev Containers
16+
17+
Each dev container configuration is located in a subdirectory under `templates/`. The configuration is defined in a `devcontainer.json` file, and optionally a `Dockerfile`.
18+
19+
### Ubuntu
20+
21+
The Ubuntu dev container is a basic Ubuntu environment. See [templates/ubuntu/.devcontainer/devcontainer.json](templates/ubuntu/.devcontainer/devcontainer.json) for more details.
22+
23+
### React Native
24+
25+
The React Native dev container includes the necessary tools for React Native development. See [templates/react-native/.devcontainer/devcontainer.json](templates/react-native/.devcontainer/devcontainer.json) for more details.
26+
27+
### Terraform
28+
29+
The Terraform dev container includes the necessary tools for Terraform development. See [templates/terraform/.devcontainer/devcontainer.json](templates/terraform/.devcontainer/devcontainer.json) for more details.
30+
31+
## License
32+
33+
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.

0 commit comments

Comments
 (0)