Skip to content

Latest commit

 

History

History
63 lines (51 loc) · 2.04 KB

README.md

File metadata and controls

63 lines (51 loc) · 2.04 KB

Mad Hatter - BanklessDAO's Discord Bot

mad-hatter-logo
Mad Hatter is a Node.js Discord bot written in Typescript to help
faciliate operations in the BanklessDAO Discord.

User GuideThe Garage: DAO Bot Development DiscordSentry


Documentation

Libraries

Guides

Development Setup

Prerequisites

Optional downloads

Starting the application

Recommended method

Verify GNU Make v3.81+ is installed by running make -v, then run the Makefile in the project root directory:

make

Alternative methods

If not using GNU make:

docker-compose up --build

If not using Docker:

yarn start