Skip to content

Commit c53568e

Browse files
Simplify instructions for development
1 parent d619348 commit c53568e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)