2h. Tonight was the dramatic conclusion of the triple double kata and a bit of work on my slate-o-matic site. I got nodemon setup to restart my node server whenever I update a file that it relies on. That’s super nice since I am laying out type in js, and it is confusing to do without any visual reference. As of tonight I can save the file in atom and then see the output jpg update in another window. Last night my workflow was to jump into a terminal window, kill and restart the server and then finally look at the image. This is so much nicer!!
I also learned that command-\ is the shortcut to hide the project pane (tree view) in atom. I’ve got so much more space now!