No description
Find a file
2020-03-27 16:51:50 -04:00
lib update moremeta.js to show {{ image }} from MD YAML files and use in partial pagelist-docs 2020-03-23 13:19:41 +01:00
src front page layout improvements 2020-03-27 16:51:50 -04:00
.gitignore chore: add npm script for deploying gh-pages 2020-03-08 21:41:07 -04:00
build.js add layout hbs files for docs, boxes, tutorials and blog 2020-03-23 12:06:29 +01:00
package-lock.json cleanup css comments + minor css adjustments 2020-03-10 18:45:25 +01:00
package.json cleanup css comments + minor css adjustments 2020-03-10 18:45:25 +01:00
README.md chore: add npm script for deploying gh-pages 2020-03-08 21:41:07 -04:00

dashdev-website

A website created using the Node.js Metalsmith static site generator.

Installation

Please ensure Node.js and Git are installed on your system.

Download the demonstration code and switch to directory:

git clone git@github.com:dashdev-suite/dashdev-website.git
cd dashdev-website

Install dependencies:

npm install

Build the static site

To build and launch the site using Browsersync:

npm start

(Stop the server with Ctrl+C.)

To build the site for production and compress HTML files:

npm run production

on windows command line (not powershell, not vscode terminal):

npm run production-win

The site is built in the /build folder.

To deploy the contents of the /build folder to Github Pages, run the appropriate production build command, then:

npm run deploy

Further information

The built site provides further information about site files and settings.