+
+Minstrel
++ Scaffold — UI features land in subsequent plans. +
+diff --git a/web/.gitignore b/web/.gitignore new file mode 100644 index 00000000..9b2968c3 --- /dev/null +++ b/web/.gitignore @@ -0,0 +1,4 @@ +node_modules/ +.svelte-kit/ +build/* +!build/index.html diff --git a/web/build/index.html b/web/build/index.html new file mode 100644 index 00000000..57509f38 --- /dev/null +++ b/web/build/index.html @@ -0,0 +1,15 @@ + + +
+ +
+ Minstrel SPA has not been built. Run
+ cd web && npm install && npm run build or
+ build the container image, which runs the web build during
+ docker build.
+
+ Scaffold — UI features land in subsequent plans. +
+