From 0a80f45d05deb69c0d2fb81ab155d20431616a82 Mon Sep 17 00:00:00 2001 From: Bogdan Mustiata Date: Sun, 27 Jan 2019 15:03:35 +0100 Subject: [PATCH] Updated readme. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 1f408d0..7ea08a9 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,14 @@ ln -s `pwd`/dist ~/.local/share/cockpit/starter-kit After changing the code and running `make` again, reload the Cockpit page in your browser. +You can enable the watching via: + + $ npm run watch + +or + + $ make watch + # Running eslint Cockpit Starter Kit uses [ESLint](https://eslint.org/) to automatically check