voidwalkerKek / ion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ion App

🎉 Ion in a Telegram user bot which comes with built-in admin dashboard to help you manage modules, create custom commands and much more.

Requirements

  1. Node JS ( > 12.x )
  2. MongoDB

Steps

1. Clone the Repo

Run the following command to clone this repository

git clone https://github.com/ionbot/ion

2. Install Dependencies

Run the following command to install dependencies

With Yarn
yarn
With NPM
npm i

3. Setup MongoDB

You can use local MongoDB or you can use Mongo Atlas (it's free and gives 500Mb of database storage).

Edit or Create (.env) set MONGO={mongo-uri}

That's it. :)

Dashboard should be up and running on port 4200 (by default).

Deploy to Heroku

Deploy

About


Languages

Language:JavaScript 100.0%