dnadesign/dna-recipe-theme-default

DNA's default theme recipe

Installs: 18

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 13

Forks: 0

Open Issues: 0

Language:JavaScript

Type:silverstripe-recipe

dev-feature/publicfolder 2018-03-28 07:30 UTC

This package is auto-updated.

Last update: 2024-04-06 15:36:29 UTC


README

Recipe for the dna default theme. Includes:

Provided by [silverstripe/recipe-core]:

  • framework: Module including the base framework
  • config: Core config library
  • assets: Filesystem module

This can be either added to an existing project or used as a project base.

Requirements

Silverstripe 4.

Install

To start a project with this recipe run:

composer create-project dnadesign/dna-recipe-theme-default ./testrecipe dev-master

to move the cms recipe dep to your own composer file in order to modify them use:

composer update-recipe silverstripe/recipe-cms

To add this recipe to an existing project:

composer require dnadesign/dna-recipe-theme-default ./testrecipe dev-master

and then run update-recipe as above if you wish to inline it.