Skip to content

Commit 16215d5

Browse files
authored
chore: remove unused devcontainer and gitpod configs (#5029)
1 parent c574cf1 commit 16215d5

5 files changed

Lines changed: 1 addition & 59 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 0 additions & 11 deletions
This file was deleted.

.devcontainer/devcontainer.json

Lines changed: 0 additions & 20 deletions
This file was deleted.

.devcontainer/docker-compose.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.gitpod.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

docs/CONTRIBUTING.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,5 @@ If you want to do it, create an issue about your middleware.
5656
## Local Development
5757

5858
```bash
59-
git clone git@github.com:honojs/hono.git && cd hono/.devcontainer && bun install --frozen-lockfile
60-
docker compose up -d --build
61-
docker compose exec hono bash
59+
git clone git@github.com:honojs/hono.git && cd hono && bun install --frozen-lockfile
6260
```

0 commit comments

Comments
 (0)