@ -29,9 +29,25 @@ The application is written using Electron with Angular and installs on Windows,
@@ -29,9 +29,25 @@ The application is written using Electron with Angular and installs on Windows,
```bash
npm install
npm reset # Only necessary if you have previously run the CLI app
npm rebuild
npm run electron
```
**Run the CLI**
```bash
npm install
npm reset # Only necessary if you have previously run the desktop app
npm run build:cli:watch
```
You can then run commands from the `./build-cli` folder:
```bash
node ./build-cli/bwdc.js --help
```
# Contribute
Code contributions are welcome! Please commit any pull requests against the `master` branch. Learn more about how to contribute by reading the [`CONTRIBUTING.md`](CONTRIBUTING.md) file.