Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
painty committed Jun 8, 2019
1 parent 41d8eb0 commit 28874ba
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,5 @@ Go to the [Changelog page](CHANGELOG.md)
## Dev

1. `npm install` to install all the dependencies
2. `npm run dev` watch & gernerate an unminified version of `content.js` for debug
3. `npm run build` gernerate a minified version of `content.js`
3. `npm run test` will start a local http://127.0.0.1:8080 server. Visiting the test page and check the console
2. `npm run build` gernerate `/dest/asset/js/content.js`. Drag the `dest` folder to `chrome://extensions/`, remember to turn on the dev mode on the top right of the page.
3. `npm test` will start a local `http://localhost:1234` server. Visiting the test page and check the console.

0 comments on commit 28874ba

Please sign in to comment.