You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,12 +27,19 @@ npm install
27
27
28
28
* Create your config. There's a `config.json.example` file in the root. Edit it to include all your values. Refer to the configuration breakdown for more information about what does what. Save it as `config.json` and leave it in the root.
29
29
30
+
_Note: You will need to choose a password to complete the initial set up. Make sure it's something people aren't likely to guess_
31
+
32
+
* Seed your database
33
+
```
34
+
npm run seed
35
+
```
36
+
30
37
* Run the bot!
31
38
```
32
39
npm start
33
40
```
34
41
35
-
* Private message the bot in slack to get started
42
+
* Private message the bot in slack to get started and follow the directions from there
36
43
37
44
## Universal Signal Format
38
45
Signals are sent via Slack and are expected to be in the correct format:
0 commit comments