Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 660 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 660 Bytes

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