A MapleStory discord bot.
git clone https://github.com/beanity/pinkbean.gitConfigs are store in the config folder, which is based on the default.yml file.
For local development, create a development.yml file and store your development configs there.
For production, create a production.yml file and store your production configs there.
The .env is only used for storing database password, which is used by the docker-compose.yml file.
npm i
docker-compose build
npm run buildnpx typeorm migration:rundocker-compose updocker-compose -f docker-compose.yml -f docker-compose.prod.yml up -d