/ClaudyView

Portfolio theme for WordPress

Primary LanguageCSS

CAH WordPress Starter Theme

By: Austin Tindle, Ale Vecchi

This is a starter theme built on the starter theme _s (Underscores). This starter theme has been tweaked to meet the development needs and workflow of the College of Arts and Humanities web development team.

Getting Started

To get started, run

npm install
to initialize the project and install necessary dependencies (sass compiler, nodemon, etc).

npm Commands

  • Build CSS:
    npm run build-css
  • Watch SCSS and Compile:
    npm run watch-css