Skip to content

qubanewmedia/quba-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quba-theme

This is the base front-end theme for new Quba sites.

Table of contents

Installation

First, you'll need to install Node, NPM & gulp.js globally.

You can then install via the command line:

Replacing "your-project" with the name of your the project

$ git clone https://github.com/qubanewmedia/quba-theme.git your-project
$ cd your-project
$ sudo npm install

Commands

To start the base framework:

$ npm start

To start the pattern library:

This will start the pattern library server and pull through the components from the project

$ npm run pattern

To build the project and output into a dist folder:

$ npm run build

Support

Supported on all modern browsers

Internet Explorer Chrome Firefox Safari iOS Android
10+ Latest Latest Latest 8+ 4+

Gulp

Gulp is used to compile scss and js files, build the Nunjucks framework and transfer assets over to the dist folder.

Javascript

SCSS

Assets

Structure

Pattern Library

Releases

No releases published

Packages

No packages published