parent
7b67b091f1
commit
81096b95ca
3 changed files with 14 additions and 0 deletions
10
README.md
10
README.md
|
|
@ -33,6 +33,16 @@ 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 also use
|
||||
[watch mode](https://webpack.js.org/guides/development/#using-watch-mode) to
|
||||
automatically update the webpack on every code change with
|
||||
|
||||
$ npm run watch
|
||||
|
||||
or
|
||||
|
||||
$ make watch
|
||||
|
||||
# Running eslint
|
||||
|
||||
Cockpit Starter Kit uses [ESLint](https://eslint.org/) to automatically check
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue