Added Online Deployment Instructions
Added "Run on Replit" badge Added "Deploy on Heroku" badge
This commit is contained in:
parent
3afec1924b
commit
788692e9d9
1 changed files with 9 additions and 12 deletions
21
README.md
21
README.md
|
@ -21,15 +21,15 @@ If you like this bot, feel free to <img src = "https://discord.com/assets/141d49
|
|||
[![MongoDB](https://img.shields.io/badge/MongoDB-4EA94B?style=for-the-badge&logo=mongodb&logoColor=white)](https://mongodb.com/)
|
||||
<img src ="https://forthebadge.com/images/badges/built-with-love.svg" width = "122"><br>
|
||||
|
||||
# <img src = "https://discord.com/assets/a6d05968d7706183143518d96c9f066e.svg" width = "26"> Deployment
|
||||
|
||||
<!-- # Project Lighthouse
|
||||
<img src = "https://cdn.discordapp.com/attachments/540218400413188116/867689582706294794/lighthouse.gif" width = "1298" hight = "433"> -->
|
||||
## Deploy Online
|
||||
[![Run On Replit](https://img.shields.io/static/v1?label=Run%20On&message=Repl.it&color=5865F2&logo=replit&logoColor=white&style=for-the-badge&scale=1.4)](https://repl.it/github/night0721/cath.exe)
|
||||
[![Deploy On Heroku](https://img.shields.io/static/v1?label=Deploy%20On&message=Heroku&color=5865F2&logo=heroku&logoColor=white&style=for-the-badge&scale=1.4)](https://heroku.com/deploy?template=https://github.com/night0721/cath.exe)
|
||||
|
||||
<!-- ## What is Project Lighthouse? -->
|
||||
## Deploy Locally
|
||||
|
||||
# <img src = "https://discord.com/assets/a6d05968d7706183143518d96c9f066e.svg" width = "26"> Deploy Your Own Instance Locally
|
||||
|
||||
## Prerequisite
|
||||
### Prerequisite
|
||||
Download all these programs on your local machine by clicking on the badge & following the standard installing procedure. You can use any IDE but we recommand VS Code.
|
||||
|
||||
[![git](https://badgen.net/badge/icon/git?icon=git&label&color=5865F2&style=for-the-badge&scale=1.4)](https://git-scm.com/downloads)
|
||||
|
@ -37,7 +37,7 @@ Download all these programs on your local machine by clicking on the badge & fol
|
|||
[![node](https://img.shields.io/badge/Node.js-43853D?style=for-the-badge&logo=node.js&logoColor=white)](https://nodejs.org/en/download/)
|
||||
<!-- [![MongoDB](https://img.shields.io/badge/MongoDB-4EA94B?style=for-the-badge&logo=mongodb&logoColor=white)](https://www.mongodb.com/cloud/atlas/lp/try2) -->
|
||||
|
||||
## Step by Step Walkthrough
|
||||
### Step by Step Walkthrough
|
||||
|
||||
### [![YouTube Tutorial](https://img.shields.io/badge/YouTube-FF0000?style=for-the-badge&logo=youtube&logoColor=white)](https://youtu.be/_D5xG7XoF88)
|
||||
1. Clone this repository
|
||||
|
@ -74,12 +74,12 @@ git clone https://github.com/night0721/cath.exe
|
|||
npm i
|
||||
```
|
||||
|
||||
7. Now, to start the bot use this command in the Terminal.
|
||||
7. Now, to start the bot use this command.
|
||||
```cmd
|
||||
node .
|
||||
```
|
||||
|
||||
## Additional Steps
|
||||
# Additional Steps
|
||||
|
||||
To enable the Economy Commands, you need to Setup a MongoDB Database. You can also watch a video guide [here](https://youtu.be/dQw4w9WgXcQ).
|
||||
|
||||
|
@ -99,8 +99,6 @@ To enable the Economy Commands, you need to Setup a MongoDB Database. You can al
|
|||
- Replace `myFirstDatabase` with the name of the Database that you named in **Step 5**.
|
||||
13. That's it!
|
||||
|
||||
|
||||
|
||||
# Support, Feature Request & Bug Reports
|
||||
|
||||
## <img src = "https://cdn.discordapp.com/emojis/867093614403256350.png?v=1" width = 18> Support & Feature Request
|
||||
|
@ -111,4 +109,3 @@ To Request new features contact us on Discord using the support server.
|
|||
You can report bugs or issues by opening a issue in this repository. Alternatevely you can also contact us on Discord using the support server.
|
||||
|
||||
[![Support Server](https://img.shields.io/discord/718762019586572341?label=Support%20Server&logo=Discord&colorB=5865F2&style=for-the-badge&logoColor=white) ](https://discord.gg/SR7TeNJG67)
|
||||
|
||||
|
|
Loading…
Reference in a new issue