Skip to content

ScottyLabs/dalmatian

Dalmatian

Dalmatian is a Discord bot designed for CMU students, providing easy access to campus resources like CMU Courses and CMU Eats right at your fingertips!

Development

# install dependencies
bun install

# prepare environmental variables
cp .env.example .env
# remember to edit the fields in .env with your Discord bot credentials

# start PostgreSQL database
docker-compose up -d postgres

# run database migrations
bun run db:migrate

# start the bot
bun start

Contributing

Please check CONTRIBUTING.md before you contribute to this project!

About

Discord bot for CMUCourses, CMUEats, and more

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE-2.0
MIT
LICENSE-MIT

Contributing

Stars

Watchers

Forks