Starter theme for CS Gov Distribution.
- Theme is using Gulp workflow
- Go to the theme folder
- Run
npm run setupto install the necessary node modules - Run
npm run gulp dev– produce development output with sourcemaps and uncompressed CSS, watches for changes - Run
npm run gulp– produce compressed output, delete temporary helper files.
Happy codding!