/comments

Primary LanguageJavaScript

Feedbacks

design

How to use

Insert

  <script async src="https://iurev-brandslisten-feedbacks.netlify.com/static/js/main.js"></script>

where you want to render a widget

Development

These requirements should be globally installed:

  • nodejs v >= 11
  • yarn

Before running the project run

yarn install

and then run both commands:

yarn server # for serving json data
yarn start # the app itself

to build

yarn build

to publish to production – push to master on github.com