Skip to content

Repository files navigation

Pink Bean

A MapleStory discord bot.

Getting Started

Clone the repo

git clone https://github.com/beanity/pinkbean.git

Set up the configs

Configs 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.

Build the app

npm i
docker-compose build
npm run build

Database migration

npx typeorm migration:run

Running locally (development)

docker-compose up

Running in production

docker-compose -f docker-compose.yml -f docker-compose.prod.yml up -d

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages