gmlnchv / silverstripe-recipe-carbon

Custom SilverStripe installer and a theme based on Carbon Design System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

A custom SilverStripe installer and a theme based on Carbon Design System.

Installation

SilverStripe CMS

composer-create (when on packagist.org) and .env

Theme

cd themes/carbon
npm install

To start webpack live reload, run:

npm start

To build production assets, run:

npm run build

Using static assets in SCSS

background: url('../static/images/logo.svg');

Links

About

Custom SilverStripe installer and a theme based on Carbon Design System


Languages

Language:Scheme 47.5%Language:CSS 26.3%Language:JavaScript 12.1%Language:PHP 9.6%Language:HTML 4.5%