This is the base front-end theme for new Quba sites.
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
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
Supported on all modern browsers
Internet Explorer | Chrome | Firefox | Safari | iOS | Android |
---|---|---|---|---|---|
10+ | Latest | Latest | Latest | 8+ | 4+ |
Gulp is used to compile scss and js files, build the Nunjucks framework and transfer assets over to the dist folder.