File tree Expand file tree Collapse file tree 1 file changed +12
-8
lines changed
Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change 22
33> Extension that adds support for prettifying input boxes that support Markdown or Code.
44
5- ## Test
5+ ## Chrome Web Store
66
7- - Chrome Settings > More Tools > Extensions...
8- - Turn on the Developer mode
9- - Load unpacked > Select the ` ext ` directory
7+ [ Install] ( https://chrome.google.com/webstore/detail/prettier/fbcfnmplppajblbmdehballiekfgdkhp ) the extension from the store.
108
119## Development
1210
13- First time:
11+ ### First time
1412
1513```
1614yarn
1715```
1816
19- Build:
17+ ### Build
2018
2119```
2220yarn build
2321```
2422
25- Format files:
23+ #### Test in Chrome locally
24+
25+ - Chrome Settings > More Tools > Extensions...
26+ - Turn on the Developer mode
27+ - Load unpacked > Select the ` ext ` directory
28+
29+ ### Format files
2630
2731```
2832yarn fix
2933```
3034
31- Test if everything is fine:
35+ ### Test if everything is fine
3236
3337```
3438yarn test
You can’t perform that action at this time.
0 commit comments