# install Database
> brew install mongodb-community
# start Database
> brew services start mongodb-community
# install global tools
> sudo yarn global add npx cross-env typescript pm2
# install requiered moduls
> yarn install
pm2 allow you to use 100% of your CPU(s)
> pm2 start ./dist/start.js --name DiscordBot
> pm2 start yarn --name discord_bot
> pm2 restart start -- startdev
> pm2 ls
> pm2 stop INDEX
> pm2 log
> pm2 monit
There are many ways in which you can participate in the project, for example:
- Submit bugs and feature requests, and help us verify as they are checked in
- Review source code changes
- Make pull requests for anything from typos to new content
Copyright (c) Kana00. All rights reserved.
Licensed under the MIT license.