Skip to content

NorthBricks/www.northbricks.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Dependency Status peerDependency Status devDependency Status

The Northbricks.com website. Changes in master branch will trigger new deployment to gh-pages branch, which is the website at http://www.northbricks.com.

Build

You can build the website with node or make. The result is a static website in the build folder.

Build with make.

make build

Build with node.

npm install
node index.js