Skip to content

RedHat-UX/red-hat-design-site

Repository files navigation

Current versions

  • NVM: 0.39.1
  • Node: 18.4.0
  • NPM: 8.12.1
  • Gulp CLI: 2.3.0

Getting started

Install NVM

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash

Install Node

First, navigate to the repo's root directory.

cd path/to/repo

Then, install Node.

nvm install

Install Gulp (CLI)

$ npm install -g gulp-cli

Install dependencies

npm ci

Local development

$ gulp
  • Builds the src files to the docs folder, launches a local Browsersync server in a browser, watches for file changes, and reloads the page when changes are detected.

Production

$ gulp build
  • Initiates the build stream, without launching a local server in a browser.

About

A showcase of Red Hat's creative experiences, using open source principles.

Resources

Stars

Watchers

Forks