Search code examples
javascriptnode.jskeystonejs

Comments in KeystoneJS


The demo in the KeystoneJS website has a "comment on posts" module on it, while when you generate your own KeystoneJS Application, it doesn't come with it. How can I add it on my KeystoneJS Application?


Solution

  • The Yeoman Generator for KeystoneJS is not a duplicate of the demo site. You can view the code for the demo site, but there are fewer customization options. You can also use the Yeoman generator to make the site the way you want, then copy the appropriate models and routes from the demo site if all you're looking for is the comment-on-post functionality.