You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not the end of the world, but not the smoothest onboarding experience we could attain either.
Happy Case
A development container allows one to use a container as a full-featured development environment. Containers can be run locally or remotely, in a private or public cloud, and in a variety of supporting tools (e.g. VS Code, GitHub Codespace).
A devcontainer.json with settings that automatically:
Having one here in this repository could serve as a recommended example that the community can copy into their Noir projects and ease developers working on such projects.
Alternatives Considered
No response
Additional Context
This, when paired with GitHub Codespace, could greatly minimize the friction of spinning up a cloud development environment instance.
There is a seemingly similar initiative in noir-lang/noir on noir-lang/noir#3097. While we can certainly make reference to how it is written, that issue is gearing towards easing development on Noir itself while this issue focuses on easing development of Noir projects.
Would you like to submit a PR for this Issue?
No
Support Needs
No response
The text was updated successfully, but these errors were encountered:
Problem
To set up an environment with the best Noir developer experience currently requires:
Not the end of the world, but not the smoothest onboarding experience we could attain either.
Happy Case
A development container allows one to use a container as a full-featured development environment. Containers can be run locally or remotely, in a private or public cloud, and in a variety of supporting tools (e.g. VS Code, GitHub Codespace).
A
devcontainer.json
with settings that automatically:noirup
andnargo
readily available (once the below prerequisite is closed)could greatly smoothen the onboarding experience of Noir developers.
Pending
noirup
andnargo
noir-lang/noir-starter#67Having one here in this repository could serve as a recommended example that the community can copy into their Noir projects and ease developers working on such projects.
Alternatives Considered
No response
Additional Context
This, when paired with GitHub Codespace, could greatly minimize the friction of spinning up a cloud development environment instance.
There is a seemingly similar initiative in noir-lang/noir on noir-lang/noir#3097. While we can certainly make reference to how it is written, that issue is gearing towards easing development on Noir itself while this issue focuses on easing development of Noir projects.
Would you like to submit a PR for this Issue?
No
Support Needs
No response
The text was updated successfully, but these errors were encountered: