Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 653 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 653 Bytes

Project "Device"

CI Github Pages

Setup

# Install dependencies
make install

CLI

# Runs Stylelint, pug-lint, Eslint against source code for quality
make lint

Gulp tasks

# To package a site for production run
npx gulp build

# To get started developing a site with a development server (default task)
npx gulp