back-stack / showcase

The showcase implementation of The BACK stack
24 stars 21 forks source link

feat(devct): add container to test backstack #17

Closed morey-tech closed 5 months ago

morey-tech commented 5 months ago

Provide a devcontainer for users to run the porter install, try out the BACK stack, and for testing during development. Removes the need for dependencies on the local system (besides docker, and a devcontainer runtime like vscode or devpod). Includes all the tooling for testing like NodeJS (for backstage) and kustomize.

Users won't have to use this, but it adds the option that someone could test out the BACK stack right in the GitHub Codespaces.

I set the target branch to porter-installer as this includes porter. If that gets merged first, this will then target main.

kurktchiev commented 5 months ago

This is awesome. Can you add a doc in the backstack.dev repo that references this? Maybe name it development.md let me know if you need help navigating mkdocs

kurktchiev commented 5 months ago

should we merge this in or are you still working on it?