https://github.com/bitforger/caladbolg
A discord bot for my server
https://github.com/bitforger/caladbolg
Last synced: over 1 year ago
JSON representation
A discord bot for my server
- Host: GitHub
- URL: https://github.com/bitforger/caladbolg
- Owner: BitForger
- Created: 2020-07-03T23:42:28.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T03:57:08.000Z (over 3 years ago)
- Last Synced: 2025-01-13T21:36:51.455Z (over 1 year ago)
- Language: TypeScript
- Size: 1.75 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Caladbolg

## Description
[Nest](https://github.com/nestjs/nest) framework TypeScript Discord bot
## Installation/Running App
1. Install [Docker](https://www.docker.com/)
2. Install [Node.JS](https://nodejs.org/) (Recommend using [NVM](https://github.com/nvm-sh/nvm#installing-and-updating))
3. Install dependencies for auto complete
```bash
$ npm install
```
4. Start app
```bash
$ docker-compose up
```
## Documentation
Docs are [available here](https://docs.nestjs.com).