jinjie/silverstripe-starter

There is no license information available for the latest version (3.2.0) of this package.

Silverstripe Starter Pack

Installs: 40

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 1

Forks: 0

Open Issues: 6

Type:project

pkg:composer/jinjie/silverstripe-starter


README

My standard pack to start a new Silverstripe website.

How to start

composer create-project jinjie/silverstripe-starter myproject
cd myproject
yarn

# Copy .env.example to .env and edit the file before running this
vendor/bin/sake dev/build

Silverstripe Elemental

When building for the first time, run DNADesign-Elemental-Tasks-MigrateContentToElement task to migrate content to Elemental

Start developing

  1. Edit gulpfile.js and change the address of the website
  2. Run gulp watch