@contactlab/service-pages
v3.3.0
Published
The Marketing Cloud service pages.
Downloads
114
Keywords
Readme
Service Pages
The Contactlab Marketing Cloud service pages.
Existing Pages
Create a new template
Creating a new service page is easy-peasy: go to the src folder and create a new pug file in the root (it is better if you copy and rename the existing one). Afterwards, you can start the dev-server or start a build process.
Commands
# Start dev-server
$ npm run dev
# Build for production
$ npm run build
# Run linters
$ npm run lint