Skip to content

Commit

Permalink
Merge pull request #37 from fac30/read-me-3
Browse files Browse the repository at this point in the history
Read me 3
  • Loading branch information
nascho authored Mar 4, 2024
2 parents cb96644 + ab4076d commit e836c82
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
.env
.env
.DS_Store
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,17 @@ To install this project on your local machine please follow these steps:
```

## How to use the project

Prior to using the Bot you have the option to run the tests in the programme to verify it is working as expected, enter the following in the terminal:
```sh
node test
```

The expected results should be as follows:

<img src="./assets/test-results.png">


Once the server is running please interact with the Bot via the text field of the server.

## Credits
Expand Down
Binary file added assets/test-results.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e836c82

Please sign in to comment.