utsa-asc / college-dls

design language system for the University of Texas at San Antonio
7 stars 3 forks source link
fractal gulp html sass texas university

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