From 442e08454961bafcbc5f66bd6e248cec25033c98 Mon Sep 17 00:00:00 2001 From: Kombie Date: Thu, 8 Aug 2019 14:36:28 +0100 Subject: [PATCH] [documentation] add build tool development commands --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index dbbb349b..fa9f055c 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,19 @@ A neutral new tab page accented with a chosen colour. Customise the layout, styl - Responsive design --- + +### Development + +Make changes on files in the `/src/` directory. When ready the following can be used to build the project: + +- build web files with `npm run build-web` +- build extension zip with `npm run build-extension` +- build both web files and extension zip with `npm run build` + +Build files can be found in `/dest/` + +--- + [![nightTab Demo](assets/demo/demo-001.gif)](https://zombiefox.github.io/nightTab/) [![nightTab Demo](assets/demo/demo-002.gif)](https://zombiefox.github.io/nightTab/) [![nightTab Demo](assets/demo/demo-003.gif)](https://zombiefox.github.io/nightTab/)