trustoverip / spec-up-t

Create technical specifications in markdown. Based on the original Spec-Up, extended with Terminology tooling
https://trustoverip.github.io/spec-up-t-website/
Apache License 2.0
2 stars 2 forks source link

Menu should run on environments like Stackblitz.com #30

Closed kordwarshuis closed 1 month ago

kordwarshuis commented 1 month ago

The menu should run on environments like Stackblitz.com, but it does not currently.

Error: ./main.sh: line 5: unsupported shell syntax

Currently testing.

kordwarshuis commented 1 month ago

Running commands with npm run <foo> works, for example: npm run render

kordwarshuis commented 1 month ago

The script is fine; it can be improved, but something needs to be explained why it doesn't work in Stackblitz:

https://chatgpt.com/share/f1b03c71-2c33-48fe-9101-2affbe6e125b

kordwarshuis commented 1 month ago

I assume this is due to an emulation error (the command line environment is emulated in the browser) and cannot be fixed. Instead, if a user reports a problem, we will look into it.