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
The provided example design repository should be built in such a way as to provide a complete development environment without the need for a specific IDE. The current example is really geared towards users of Visual Studio Code's devcontainer feature.
Proposed Functionality
It should be very simple for a design developer to have a complete application stack ready for testing and development of standalone design repositories. This functionality should be provided using Python Invoke to align with other NTC tools. The example repository should be used as a template for creating new design repos where a simple clone of the repo and invoke debug will spin up all the necessary components for testing designs.
The text was updated successfully, but these errors were encountered:
@mzbroch I've updated/refactored things in #73. Can you please have a look and tell me if that's what you were thinking for a "golden standard" type example?
Environment
The provided example design repository should be built in such a way as to provide a complete development environment without the need for a specific IDE. The current example is really geared towards users of Visual Studio Code's devcontainer feature.
Proposed Functionality
It should be very simple for a design developer to have a complete application stack ready for testing and development of standalone design repositories. This functionality should be provided using Python Invoke to align with other NTC tools. The example repository should be used as a template for creating new design repos where a simple clone of the repo and
invoke debug
will spin up all the necessary components for testing designs.The text was updated successfully, but these errors were encountered: