File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -48,10 +48,10 @@ an issue! Thanks!
4848
4949## Build
5050
51- - Clone this repository and run ` npm i ` before starting development.
52- - To easily view the demo page, the project comes bundled with an HTTP server.
53- Start it by executing ` npm start ` .
54- - To build the minified JS, execute ` npm run build ` .
55- - While developing, it gets annoying to keep executing ` npm run build ` every time
56- a change is made. Instead execute ` npm run watch ` which will watch the
57- ` zoom-vanilla.js ` file for changes and create the minified JS automatically.
51+ - ` git clone ` the repo
52+ - ` npm i ` to install dev dependencies
53+ - ` npm start ` to start a simple HTTP server (makes it easy to view the demo
54+ page)
55+ - ` npm run build ` to build the minified JS
56+ - ` npm run watch ` to rebuild when any files change (recommended for
57+ development)
You can’t perform that action at this time.
0 commit comments