codinglab-io / discord-bot

Discord bot for Codinglab's server.
https://discord.com/invite/codinglab-174169014568878080
MIT License
19 stars 14 forks source link

Reduce the friction for new dev to make a contribution #84

Open neolectron opened 1 year ago

neolectron commented 1 year ago

In order to reduce the initial setup to work on the project, I think REDIS_URL env should be optional in development (not prod).

If there's no redis URL the keyv library do use in-memory storage by default.

It would also allow contributors to quickly setup the project even without having docker on their machine. It might drive more contributors as it would be really fast to have your project up and running.