An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Caladbolg
![Docker Image CI](https://github.com/BitForger/caladbolg/workflows/Docker%20Image%20CI/badge.svg)

## 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).