Skip to content

design language system for the University of Texas at San Antonio

Notifications You must be signed in to change notification settings

utsa-asc/college-dls

Repository files navigation

UTSA College Design Language System

Repository for code which generates our Design Language System for UTSA College Websites.

Setup

    $ npm install
    $ npm run start

npm start will start a fractal instance at http://localhost:3000 (via BrowserSync) and will also watch for any file changes. Changes to any sass files will also be monitored by gulp for recompilation and browsersync reload.

For more information, please see the documentation at https://utsa-asc.github.io/college-dls/docs/contributing.html