No description
Find a file
2020-03-03 16:08:27 +01:00
build clean & stable 2020-03-03 13:58:59 +01:00
layouts initial commit 2020-03-02 20:30:38 +01:00
lib initial commit 2020-03-02 20:30:38 +01:00
src update 2020-03-03 12:05:40 +01:00
.gitignore initial commit 2020-03-02 20:30:38 +01:00
build-old.js initial commit 2020-03-02 20:30:38 +01:00
build.js clean more 2020-03-03 16:08:27 +01:00
package-lock.json clean & stable 2020-03-03 13:58:59 +01:00
package.json clean & stable 2020-03-03 13:58:59 +01:00
README.md update github abs path 2020-03-03 11:38:04 +01: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.

Further information

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