Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (12 loc) · 328 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 328 Bytes

Red Hat Forum Templates

The gulp + metalsmith builder for RedHatForum Templates

Development

# Setup

npm install --global gulp
git clone [email protected]:RedHatBrand/RedHatForumTemplates.git
cd RedHatForumTemplates 
npm install

# Run server

gulp

# Deploy

gulp build && gulp deploy