diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 7e636e9da..ad90709ac 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -2,6 +2,8 @@ Users interested in contributing to this repository should read this document be # Running the Server +**Important:** Comment out lines 1-3 of [ip-filter.js](server\moderation\ip-filter.js) and add `const ips = [];` to that same file before running the server or you will get a MongoDB find error. + If you're interested in running the server locally or deploying a clone, please **contact me** on discord at [thedoge42](https://discord.com/users/298250592135020545) so I can give you (read-only) credentials to the MongoDB server. 1. Clone the repository and navigate to its root directory. diff --git a/client/head.html b/client/head.html index 11b1f4244..8baacfaa4 100644 --- a/client/head.html +++ b/client/head.html @@ -1,4 +1,117 @@ -QB Reader +QBReader +