mirror of
https://github.com/patrickchugh/terravision.git
synced 2026-05-09 08:25:25 +02:00
[PR #61] [CLOSED] chore: add a dev container for local development #150
Labels
No labels
bug
enhancement
enhancement
good first issue
good first issue
good first issue
pipeline
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/terravision#150
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/patrickchugh/terravision/pull/61
Author: @patheard
Created: 9/29/2023
Status: ❌ Closed
Base:
main← Head:chore/add-devcontainer📝 Commits (2)
4f9be0dchore: add devcontainer7be32e8docs: update quickstart guide📊 Changes
3 files changed (+37 additions, -0 deletions)
View changed files
➕
.devcontainer/devcontainer.json(+24 -0)➕
.devcontainer/post_create.sh(+8 -0)📝
README.md(+5 -0)📄 Description
chore: add a dev container for local development
Add a dev container that can be used to create a working local dev environment or with GitHub Codespaces. This will make it easier for new contributors to get the project up and running.
It handles installing all required dependencies and makes the required
$PATHand file permission changes.Running in a GitHub Codespace
https://github.com/patrickchugh/terravision/assets/2110107/3c8c4f71-ee52-4025-a150-b8898b22a23d
Type of Change
Checklist
All Submissions:
Changes to Core Features:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.