Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 455 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 455 Bytes

dc-example-website

Content driven website using Amplience Dynamic Content CMS.

Includes:

  • Loading content from the content delivery service
  • Converting content to HTML using Handlebars
  • Example slot based homepage
  • Example visualization page
  • Example time machine integration

Usage

Install NPM modules

npm install

Install bower dependencies

bower install

Run the web server and visit http://localhost:3000

npm start