flora is a fast and secure runtime that lets you write discord bots for your servers, with a rich TypeScript SDK, without worrying about running infrastructure. [mirror]
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at trunk 6 lines 162 B view raw
1#!/bin/bash 2 3docker compose -f docker-compose.dev.yml up -d 4 5echo "DATABASE_URL=postgres://user:pass@localhost:5433/flora" 6echo "REDIS_URL=redis://localhost:5434"