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
On the blog page there is a a white center background. On the Downloads page it is missing.
In your package.json have a postinstall that runs bower install this will remove a step in the instructions (Package.json improvements #24)
To run the site locally you should only have to do npm install and npm start. This is pretty standard practice now. (Cleaned up README #25)
The footer on the Downloads page doesn't reach the bottom of the screen. Looks bad
Release an API for others to use for releases and downloads. Something like this.
Search on the documentation flat out doesn't work.
Stop using Metal smith and handlebars and just use regular old HTML/CSS/JS and I'll fix your entire site. I already did it once, that framework is just too ugly to bother looking at. Your site has stagnated because you've limited access to working on it to the 3 people who would ever want to use that set up. Keep it simple.
Add additional pages like:
"Showcase" or "Spotlight" to show apps that have been made with NW.js
"Tutorials" or "References" for links to NW.js specific videos, blogs, books, libraries, frameworks, boiler plates.
"About" page. A few paragraphs about the people working on the project.
"History" page. A full history of the project, how it started and all the changes it's gone through along the way.
"FAQ": The most important Frequently Asked Questions.
The text was updated successfully, but these errors were encountered:
In your package.json have a postinstall that runsbower install
this will remove a step in the instructions (Package.json improvements #24)To run the site locally you should only have to donpm install
andnpm start
. This is pretty standard practice now. (Cleaned up README #25)Add additional pages like:
The text was updated successfully, but these errors were encountered: