Skip to content

wvuweb/wvu-design-system-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4d9e34b Â· Apr 4, 2025
Jun 16, 2022
Feb 5, 2025
Aug 25, 2024
Oct 17, 2024
Oct 17, 2024
Apr 4, 2025
Jun 16, 2022
Nov 7, 2022
Jun 16, 2022
Nov 7, 2022
Feb 10, 2025
Apr 27, 2023
Nov 7, 2022
Jul 28, 2023
Apr 7, 2024

Repository files navigation

WVU Design System v2

Description: WVU Design System v2.

Developers name(s): Adam Glenn

Github repository URL: https://github.com/wvuweb/wvu-design-system-v2

Documentation website URL: https://dsws.sandbox.wvu.edu/

Dependencies necessary to work with this theme: Node, npm, Sass.

WVU Design System & Gulp

Requirements

You will need to install Node ^18.12.1.

  1. Download and install NodeJS from https://nodejs.org/en if you haven't already.
  2. Install Gulp globally by entering npm install -g gulp-cli in your terminal.
  3. Navigate to your project's directory via terminal (something like cd ~/Sites/cleanslate_themes/MY-SITE)
  4. Install node modules by typing npm ci
  5. Run Gulp by typing gulp.

Note: the gulpfile.js in its base form will only compile your Sass.

Go to the WVU Design System documentation website for more info.