Skip to content

Commit 442e084

Browse files
authored
[documentation] add build tool development commands
1 parent ed65208 commit 442e084

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

‎README.md‎

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,19 @@ A neutral new tab page accented with a chosen colour. Customise the layout, styl
4343
- Responsive design
4444

4545
---
46+
47+
### Development
48+
49+
Make changes on files in the `/src/` directory. When ready the following can be used to build the project:
50+
51+
- build web files with `npm run build-web`
52+
- build extension zip with `npm run build-extension`
53+
- build both web files and extension zip with `npm run build`
54+
55+
Build files can be found in `/dest/`
56+
57+
---
58+
4659
[![nightTab Demo](assets/demo/demo-001.gif)](https://zombiefox.github.io/nightTab/)
4760
[![nightTab Demo](assets/demo/demo-002.gif)](https://zombiefox.github.io/nightTab/)
4861
[![nightTab Demo](assets/demo/demo-003.gif)](https://zombiefox.github.io/nightTab/)

0 commit comments

Comments
(0)