/udility-v2

Primary LanguageTypeScript

Multi-Purpose Discord Bot

Running the app in the development mode

Run the following command to launch the project in dev mode

  npm run dev

Building the app for production

Run the following command to build the project

  npm run build

Docker for development

Run the following command to launch the project inside a docker container

  docker-compose -f docker-compose.dev.yml up

Docker for Production

Run the following command build & run a distroless docker container for production

  docker-compose up

Note

To setup husky & lint-staged for pre-commit hook run

  npm run install:husky