Skip to content

Commit ac8dc61

Browse files
authored
Add .devcontainer for GitHub codespaces (star-bnl#438)
GitHub just announced that they give users 60 free hours each month on [Codespaces](https://github.com/codespaces) Let's run our STAR software in the cloud 😺
1 parent 2775b55 commit ac8dc61

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.devcontainer/devcontainer.json

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"name": "star-sw",
3+
"image": "ghcr.io/star-bnl/star-sw:latest"
4+
}

0 commit comments

Comments
 (0)