Skip to content
/ device Public

Project "Device" (HTML Academy's educational project - a site)

Notifications You must be signed in to change notification settings

Teihden/device

Repository files navigation

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