It's not much, but it's ours.
For the frontend repository, which contains the web interface for configuration and account verification, see r-anime/misato-frontend.
You'll want Node 12+ and a MongoDB 3.6+ instance (self-hosted or on Atlas). Make sure your Discord bot has the server members intent - it's required for now (#76).
# Install dependencies
npm install
# Create your environment file from the sample and fill it in
cp .env.sample .env && $EDITOR .env
# Migrate the database
npx migrate up
# Install dependencies
npm install
# Run the project
npm run start
See CONTRIBUTING.md.