Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 487 Bytes

File metadata and controls

17 lines (9 loc) · 487 Bytes

Static modular website starter

Extends Static Website Starter to support caching and dynamic modules within Contentful.

Config

Define entries and build targets in build.js.

Modules

Define modules in src/modules. The file name should match the API identifier for its respective content type in Contentful.

Scripts

npm run build - Builds the static site.

npm run server - Runs the static file server.