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 commit implementing anycable removed the dev option from openc3.sh/bat. I assume we can just run COSMOS with openc3.sh start, but we could like to see this reflected in the docs.
I'm still trying to wrangle together the yarn environment. I'll add additional updates if we note anything.
The text was updated successfully, but these errors were encountered:
I was just now able to reverse-engineer the process of how to setup the frontend to start developing with. Unfortunately, I do not have much experience with Vue development so it took me a while to figure out how the packages worked. Here are the needed updates to the documentation.
To bootstrap the frontend, you must run yarn not in the openc3-cosmos-init folder, but in the init/plugin folder.
You must run yarn and yarn build:common to build the plugins correctly.
Running yarn serve no longer produces output showing the URL of the built webpages; I understand this is a holdover from 7a22ffa since we are running build and not preview
My teammates and I are attempting to implement #1710 and investigate #1912, and we've found some outdated information in the development documentation located at https://docs.openc3.com/docs/development/developing.
The commit implementing anycable removed the
dev
option from openc3.sh/bat. I assume we can just run COSMOS withopenc3.sh start
, but we could like to see this reflected in the docs.I'm still trying to wrangle together the yarn environment. I'll add additional updates if we note anything.
The text was updated successfully, but these errors were encountered: