Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/binoy638/udility-v2
https://github.com/binoy638/udility-v2
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/binoy638/udility-v2
- Owner: binoy638
- Created: 2022-03-18T16:21:41.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-02T04:43:18.000Z (11 days ago)
- Last Synced: 2024-11-02T05:22:39.352Z (11 days 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
```