An open API service indexing awesome lists of open source software.

https://github.com/jprasmussen/catapult

Drupal 7 and Drupal 8 Starter Theme. D7 is stand alone and D8 uses Classy from core as it's base.
https://github.com/jprasmussen/catapult

drupal-8 starterkit theme

Last synced: over 1 year ago
JSON representation

Drupal 7 and Drupal 8 Starter Theme. D7 is stand alone and D8 uses Classy from core as it's base.

Awesome Lists containing this project

README

          

# Catapult
Drupal 8 Starter Theme based on Classy from core. The idea is to fork this
project and rename the theme to be your own. There aren't any fancy Drush or
Console commands for starting your own (yet).

## Getting Started ##

This project depends on Node.js and Gulp.js to compile SASS. To start run the
following command from the project root:

`npm install`

If you need to install Node please visit https://nodejs.org/en/

## Commands ##
Once you have all the dependent plugins installed you can run any of the
following commands to compile your CSS.

- `gulp (default for 'gulp watch')`
- `gulp watch`
- `gulp sass`
- `gulp sass:production`
- `gulp clean:css`
- `gulp lint:sass`