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.
Requirements
You will need to install Node ^18.12.1.
- Download and install NodeJS from https://nodejs.org/en if you haven't already.
- Install Gulp globally by entering
npm install -g gulp-cli
in your terminal. - Navigate to your project's directory via terminal (something like
cd ~/Sites/cleanslate_themes/MY-SITE
) - Install node modules by typing
npm ci
- 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.