DEV Community

Discussion on: How do you get Node.js apps to production?

Collapse
 
aaronpowell profile image
Aaron Powell

I totally hear you on good documentation beign a life saver. I spent yesterday down a massive rabbit hole trying to work out why something was falling over only to find that there's a bug in the dependency I was using! 🀣

Is GitHub the first stop for you when looking for docs on a project?

Collapse
 
andy profile image
Andy Zhao (he/him)

I'd say the first step is usually searching moduleName docs. GitHub is most likely the first result though πŸ™ƒ