almaviacx / sfmc-bootstrapper
A starting point to build Salesforce Marketing Cloud Application like a rockstar
Fund package maintenance!
plopix
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 5
Forks: 1
Open Issues: 1
Language:Twig
Type:project
Requires
- php: >=5.6
- ext-zlib: *
- symfony/http-client: ^5.2
- twig/twig: ^3.0
Requires (Dev)
- symfony/var-dumper: ^5.2
This package is auto-updated.
Last update: 2024-10-29 06:00:20 UTC
README
This project helps to build on SFMC.
Requirements
- PHP
- Composer
- Make
- Yarn
Installation
You can install the project via composer
composer create-project almaviacx/sfmc-bootstrapper mysfmcapp --no-interaction
Waiting for this repository to be tagged, you might have to do
almaviacx/sfmc-bootstrapper:dev-main
(depending on your context/config)
Generating the AMP Scripts
Using make build
you can generate the AMPScripts for each page.
Work locally
Using make serve
will open a webserver let you code.
Yarn watch
During developments you can use yarn watch
to update build folder on file changes.
Configuration
The config.php
file helps you to set up variables.