Skip to content

Commit d8560cc

Browse files
committed
chore: adding devcontainer features
1 parent 22085ea commit d8560cc

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

.devcontainer/devcontainer.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
1-
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
2-
// README at: https://github.com/devcontainers/templates/tree/main/src/docker-existing-dockerfile
31
{
4-
"name": "Noir BB Dev Container",
2+
"name": "Noirenberg Codespace",
53
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
64
"customizations": {
75
"vscode": {
86
"extensions": ["noir-lang.vscode-noir"]
97
}
108
},
119
"features": {
12-
"ghcr.io/signorecello/noir-bb-devcontainer-feature/barretenberg:1.1.2": {},
13-
"ghcr.io/signorecello/noir-bb-devcontainer-feature/noir:1.1.2": {}
10+
"ghcr.io/aztecprotocol/devcontainer-feature/barretenberg:1.1.3": {},
11+
"ghcr.io/aztecprotocol/devcontainer-feature/noir:1.1.3": {}
1412
}
1513
}

.devcontainer/noirenberg.png

2.25 MB
Loading

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
# Tiny noir codespace
1+
![noirenberg banner](.devcontainer/noirenberg.png)
22

3-
This is just a codespace that comes with `noirup` and `bbup` in your path. Click here:
3+
# Noirenberg Codespace 🖥️
4+
5+
This is a a codespace with Noir and Barretenberg. You can use it to start developing Noir programs with two clicks.
46

57
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/AztecProtocol/tiny-noir-codespace)
68

7-
That's it. Nothing to see here.
9+
Codespaces are free cloud machines ([ forup to 60 hours a month](https://github.com/features/codespaces)).
10+
11+
Powered by [devcontainer features](https://github.com/AztecProtocol/devcontainer-feature) you can reuse in any codespace.

0 commit comments

Comments
 (0)