Enecuum explorer αlpha Usage install dependencies npm install serve with hot reload at localhost:8080 and BootNode address API_URL - ws://127.0.0.1:1554 npm run dev serve with hot reload at localhost:8080 and set current BootNode address API_URL API_URL=ws://host:port npm run dev set URL for "download APP" (disabled) APP=https://example.com npm run dev build for production with minification and BootNode address API_URL - ws://127.0.0.1:1554 npm run build and configure root path for static web server to dist/ build for production and set current BootNode address API_URL API_URL=ws://host:port npm run build build for production and view the bundle analyzer report npm run build --report