Skip to content

Development

Myna edited this page Sep 28, 2024 · 5 revisions

Quick Start

cd /tmp
git clone -b develop https://github.com/Fhany-Server/ifhany.git
cd ifhany
$VISUAL .env

yarn dev

Put these values in your .env file:

DATABASE_URL="mongodb://ifhany_db:27017/ifhany_db?directConnection=true&replicaSet=rs0"

TOKEN = "<token>"
CLIENT_ID = "<client_id>"
GUILD_ID = "<development_guild_id>"
LOCALE = "<locale>"
TZ = "<tz>"

DEVELOPER_ID="<dev_id>"

BOT_INVITE = "<bot_invite>"

Clone this wiki locally