Skip to content

Commit d257292

Browse files
committed
before checkout
1 parent d9bbf8f commit d257292

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.env.example

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
SLACK_CLIENT_SECRET = "ENTER_CLIENT_SECRET_HERE"
77
SLACK_CLIENT_ID = "ENTER_CLIENT_ID_HERE"
8-
SLACK_WEBHOOK_URL = "ENTER WEBHOOK URL HERE"
98
SLACK_REDIRECT_URI = "REDIRECT URL HERE"
109

1110
# https://www.npmjs.com/package/dotenv

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* [Tutorial](#how-to-use)
2121
+ [New Features Tutorial 2.0](#overvue-v20-how-to)
2222
+ [New Features Tutorial 3.0](#overvue-v30-how-to)
23-
* [How to Run](#running-a-local-version)
23+
* [Installation](#installation)
2424
* [Contributing](#contributing)
2525
* [Authors](#authors)
2626

@@ -157,7 +157,8 @@ package.json
157157

158158
[↥Back to top](#table-of-contents)
159159

160-
### Running a local version
160+
### Installation
161+
161162
This app was developed using the Quasar framework, so first you will need to install the Quasar cli
162163
```
163164
npm i -g @quasar/cli
@@ -169,10 +170,14 @@ npm i
169170
To run electron app in dev mode
170171
```
171172
quasar dev -m electron
173+
```
174+
To open Vuejs devtools
175+
```
176+
172177
```
173178
**For WSL users, the ability to load the application requires a tool/application to run a linux display as WSL does not have any display drivers
174179
since it is based off of just a CLI.
175-
I recommend X410 (https://www.microsoft.com/en-us/p/x410/9nlp712zmn9q), althought it does cost $10, for ease of use. There are free options such as VcXsrv(https://sourceforge.net/projects/vcxsrv/) that you can get, but require more set up.**
180+
I recommend X410 (https://www.microsoft.com/en-us/p/x410/9nlp712zmn9q), althought it does cost $15, for ease of use. There are free options such as VcXsrv(https://sourceforge.net/projects/vcxsrv/) that you can get, but require more set up.**
176181

177182
To build a new .dmg / windows .exe
178183
```

0 commit comments

Comments
 (0)