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
Get the latest chain image already pulled down in the codespace
Have the chain running in the codespace already, producing blocks, contracts installed, UI port loaded. Then it's like 10-15 seconds from "I want a codespace for this dapp" to "i'm running the dapp". This likely could be done with a nightly build of the images for the codespace that pre-starts the chain and stuff.
The text was updated successfully, but these errors were encountered:
and here is why:
Codespaces takes close to 110 seconds to set up the machine currently - that is before any of our (postCreate/postStart) commands for port visibility or yarn install are run. And that is also an optimized container that has a lot of stuff removed from the default container. I am, of course, going to try optimizing that further but I think <120 sec would be a more realistic goal.
If getting substantially less than 120 sec is infeasible, how about we give them some eye candy while it's working?
An excerpt of a talk by MarkM or Dean, or maybe @Jovonni wants yo record something fresh, or just have some animation or intro material with lots of diagrams.
#47 works great!
But there are opportunities to optimize.
A suggestion I overheard:
The text was updated successfully, but these errors were encountered: