Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions examples/example-reviews-summary/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
### About

This is a simple example of how you may use the FastComments Reviews Summary widget.

This is linked to the fastcomments-react package in the parent directory for development purposes.

### Running

`npm install` in the root project first.

Then in this directory you can run `npm install` and then `npm start` to run this example.

By default, the `demo` tenants has some questions setup on `demo-page-id` with some results. You can create your own questions and configuration
to use your own questions. The questions are defined in the admin dashboard, not in the code.
Loading