My standard pack to start a new Silverstripe website.
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
When building for the first time, run DNADesign-Elemental-Tasks-MigrateContentToElement
task to migrate content to
Elemental
- Edit gulpfile.js and change the address of the website
- Run
gulp watch