#installation
- Clone repo
npm install
installs all dependenciesnpm run start
launchs application on http://127.0.0.1:8125/
- make changes in
data.json
file if you need. - start server by running
npm run start
- run
npm run screenshot
command. that will generateexample.jpg
image.