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
Some related issues which I faced when trying to run the application locally in a dev container.
del-cli is not pre-installed which means couldn't run npm run build out of the box in the dev container as mentioned in the docs.
No Makefile. Unlike other applications, this one doesn't have a make file which makes it a little painful to run the application. I had to figure out the correct command: /opt/ccf_virtual/bin/sandbox.sh --js-app-bundle ./dist/ to start the application.
The GET/POST requests valid for the application are missing from the README.md.
I don't expect or require a fix for this issue but keeping it here as an issue log.
The text was updated successfully, but these errors were encountered:
Some related issues which I faced when trying to run the application locally in a dev container.
/opt/ccf_virtual/bin/sandbox.sh --js-app-bundle ./dist/
to start the application.I don't expect or require a fix for this issue but keeping it here as an issue log.
The text was updated successfully, but these errors were encountered: