toastnz / mercury
Toast NZ SilverStripe Installer
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 1
Open Issues: 1
Language:SCSS
Type:silverstripe-vendormodule
Requires
- php: >=7.3.0
- axllent/silverstripe-form-fields: ^1.3
- axllent/silverstripe-minifier: ^1.0
- betterbrief/silverstripe-googlemapfield: ^2.2
- bummzack/sortablefile: ^2.1
- drewm/mailchimp-api: ^2.5
- jonom/focuspoint: ^3.1
- permanentinc/beautiful: ^0.3.0
- permanentinc/found: dev-master
- permanentinc/type: dev-master
- sheadawson/silverstripe-linkable: ^2.0
- silverstripe/blog: ^3.5
- silverstripe/googlesitemaps: ~2.1.2
- silverstripe/recipe-cms: 4.5.1@stable
- silverstripe/recipe-plugin: ^1.2
- silverstripe/redirectedurls: ^2.0
- silverstripe/tagfield: ^2.4
- silverstripe/taxonomy: ^2.0
- silverstripe/userforms: ^5.5
- stevie-mayhew/silverstripe-svg: ^2.2
- symbiote/silverstripe-gridfieldextensions: ^3.2
- symbiote/silverstripe-queuedjobs: ^4.5
- toastnz/blocks: dev-master
- undefinedoffset/silverstripe-nocaptcha: ^2.0
- undefinedoffset/sortablegridfield: ^2.0
Requires (Dev)
- phpunit/phpunit: ^5.7
This package is auto-updated.
Last update: 2024-10-30 06:15:55 UTC
README
Frontend Development
Node Version
The .nvmrc file will let you know the correct Node version. Using FNM it will automatically change to the correct version.
Installation
Install all of the front end requisites using yarn.
Tasks
watch task
This task will watch for changes of scss or javascript files and compile them as you work.
yarn run watch;
build task
Once you have finished development and you are happy with your changes, compile the scss and javascript
yarn run build;