##FAQ for developers How to setup working environment Install Node.js Install IDE of your choise (Visual Studio Code for example or Notepad++ should be enough) Navigate to root directory of project (where README.md is located) and execute in command line npm install How to build project from command line npm run build