utkwdn / utkwds

The University of Tennessee, Knoxville Web Design System
4 stars 0 forks source link

Power T

Torch WDS


The official University of Tennessee, Knoxville Web Design System was made to help UT web developers build interfaces that match UT's visual identity and make consistent the user interface of a variety of digital products.


The theme is built from the src directory, using the directions listed under Installing this project. When built, all theme files will be in the build directory.

Installing this project

Step 1, Installing the requirements

The Torch WDS uses Node and Webpack compile the theme. You will need to install Node.js and NPM to build the theme.

  1. Not required, but highly recommended. Install NVM by following these instructions. Mac Users: If you get an "nvm: command not found" error after running the install script (and you likely will), be sure to follow the troubleshooting steps.
  2. Install Node.js Important: Install using NVM (recommended).

Step 2, Installing the this project

  1. Download or git clone this project by typing git clone git@github.com:utkwdn/utkwds.git.
  2. In your terminal, change to the new /utkwds/ directory.
  3. Ensure you are running Node.js 16 prior to installation, by typing node -v
  4. Type npm install to install dependencies.

Step 3, Building the theme

  1. In your terminal, change to the /utkwds/ directory.
  2. Type npm run build to build the theme.
  3. The theme will be built in the /build/ directory.

Note: If you are using Visual Studio Code, the build process will automatically run when you open the editor. Tasks can be stopped and restarted using the Terminal menu.


Developing or building the theme

The NPM commands are: