Open chasenlehara opened 7 years ago
@bmomberger-bitovi presenting Glitch at contributor's meeting:
https://youtu.be/6XUiAJjgKD8?t=398
@bmomberger-bitovi's "Glitch Hello World for DoneJS":
Not long after the glitch went up, I revamped it to be more in line with our tutorials (i.e. index.html is a single script tag, server.js is empty, & the view model is gotten through <can-import>
).
As of today, I've documented everything, added an example can-import/steal-css style import, redid the README (thanks @chasenlehara for help on that), and submitted it as a candidate for inclusion in community project highlights.
DoneJS IDE from retreat (needs further development): https://github.com/bitovi/bitovi/issues/48#issuecomment-298381125
Glitch has pretty much won me over since they added console access a while back.
Right now we use JS Bin for most of our examples, but I don’t think it supports everything we would need to do something like debug DoneJS issues. It doesn’t support some features (like multiple files), and it’s not the preferred tool by some Bitovi developers.
It would be great to evaluate the different options and determine whether we can start using one that better supports our needs. Outlining our needs (coming up with criteria) would be a great first step to working on this.