/dadi.tech

The supporting website for the DADI platform, developed in the open.

Primary LanguageCSS

As a simple demonstration of the DADI platform, we're building our new website in the open.

Web

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.

Install

cd ./web
npm install

Build JS & CSS

npm run build

Run

npm start