Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 531 Bytes

readme.md

File metadata and controls

29 lines (20 loc) · 531 Bytes

Foundation Demo

Demo static site generation with ZURB Foundation

Installation

Install:

Run:

  • npm install -g bower foundation-cli
  • npm install
  • bower install

Building

Dev Server:

  • npm start

Prod Build (located in dist/)

  • npm build

GitLab CI

Define the following secret variables:

  • SSH_HOST: Server IP
  • SSH_HOST_KEY: SSH Server Fingerprint
  • SSH_PRIVATE_KEY: SSH Private Key