add development to readme

This commit is contained in:
zombieFox 2022-05-21 22:26:13 +01:00
parent 3ca981d319
commit 0bd4471b0a
1 changed files with 17 additions and 1 deletions

View File

@ -1,4 +1,20 @@
# voltTab
A cool new tab page
[See the demo in action](https://zombiefox.github.io/voltTab/)
[See the demo in action](https://zombiefox.github.io/voltTab/)
---
## Development
When developing use:
- `npm start`
A development server will automatically open the project in your browser. Normally here: `http://localhost:8080`.
To build the project use:
- `npm run build`
A web ready folder will be created in `/dist/web/`.
A browser addon/extension ready zip will be created in `/dist/extension/`.