As a simple demonstration of the DADI platform, we're building our new website in the open.
This site is built using DADI Web (requires Node.js v4.6.0 or greater) and is designed to be a simple example project to showcase some of the features of the platform. Please consult the full documentation and website for more information.
It uses a mix of static, external, and Markdown files for datasources (learn about them here). A more complex case would use DADI API as a content store, DADI CDN for media handling and DADI Publish for content management.
cd ./web
npm install
npm run build
npm start