utexas/speedway

Default Drupal theme used with the UT Drupal Kit

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Type:drupal-custom-theme

dev-master 2025-02-17 15:36 UTC

This package is auto-updated.

Last update: 2025-02-20 23:45:10 UTC


README

This is a Drupal theme maintained by the University of Texas at Austin for use with the UT Drupal Kit. It is based on the Bootstrap library v5.

Full documentation can be found at https://drupalkit.its.utexas.edu/docs/speedway/index.html

Compiling sass files

Make sure you are using the recent stable version of node js:

nvm use stable

Watch for changes and compile when a change is detected:

npm run watch

To stop watching:

control c

Compile changes without watching:

npm run build