We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Getting Started with nw.js (markdown)
The ending section of the tutorial seemed to end abruptly without being finished. I made some slight improvements to this including adding links to where you can learn more.
improved instructions
clarified instructions
Fixed a mistake in my previous edits
Since this is a getting started tutorial, started running the app with the simpler approach that does not involve making an archive. Still left the archive instructions in there as an alternative since I am guessing it may be useful for people to know how to package apps this way right from the start? Or perhaps someone should just remove the zip alternative from this tutorial?
indenting the HTML
Added the html5 doctype declaration. It is always good to have the doctype declaration and is good to train people to use it everywhere. Also the getting started tutorial in the README has this already. References: http://stackoverflow.com/questions/1818587/what-is-the-functionality-of-doctype http://stackoverflow.com/questions/6076432/why-do-i-need-a-doctype-what-does-it-do
node-webkit -> nw.js
minor - fix typos: 'enable' -> 'enables' & 'platform' -> 'platforms'
Updated Getting Started with node webkit (markdown)