https://github.com/binoy638/udility-v2
https://github.com/binoy638/udility-v2
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/binoy638/udility-v2
- Owner: binoy638
- Created: 2022-03-18T16:21:41.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-02T04:43:18.000Z (9 months ago)
- Last Synced: 2025-01-07T08:47:38.681Z (6 months ago)
- Language: TypeScript
- Size: 187 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Multi-Purpose Discord Bot
## Running the app in the development mode
Run the following command to launch the project in dev mode
```bash
npm run dev
```## Building the app for production
Run the following command to build the project
```bash
npm run build
```## Docker for development
Run the following command to launch the project inside a docker container
```bash
docker-compose -f docker-compose.dev.yml up
```## Docker for Production
Run the following command build & run a distroless docker container for production
```bash
docker-compose up
```### Note
To setup [husky](https://www.npmjs.com/package/husky) & [lint-staged](https://www.npmjs.com/package/lint-staged) for pre-commit hook run
```bash
npm run install:husky
```