A presenter for kibana with auto scroll (for TVs)
-
https://github.com/devdjdjdj/kibana-presenter.git
-
npm install
oryarn install
-
npm run dev
oryarn dev
The application will run on port 3000 by default. Use the
-p
flag to specify the port. Example:yarn dev -p 3001
-
Go to
http://localhost:3000/admin
-
-
npm run prod
oryarn prod
-
npm run build
oryarn build
-
-
npm start
oryarn start
All your dashboards could now be found at
http://localhost:3000/
The application will run on port 3000 by default. Use the
-p
flag to specify the port. Example:npm start -p 8080