Skip to content

nwjs/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Apr 17, 2025
ff47353 · Apr 17, 2025
Dec 31, 2015
Dec 30, 2015
Apr 17, 2025
Feb 5, 2024
Dec 31, 2015
Dec 30, 2015
Jul 8, 2016
Dec 31, 2015
Dec 31, 2015
Jan 4, 2016
Jul 7, 2016

Repository files navigation

README


Running Locally

Prerequisties:

Instructions

  1. npm install
  2. npm start
  3. Go to localhost:3000

Build Instructions

  1. npm run build
  2. The site will be generated in the build directory.

Add New Blog

Just write a new markdown in src/blog and it will automatically generate the pages. Then you have to reload your browser to see the changes.

Add New Downloads

Edit src/versions.json and append your new versions of downloads and switch stable or latest to your new version number. Then reload your browser to see the changes.

Update Google Analytics

The GA script is in templates/partials/ga.hbs and the UA is defined in src/config.json.