Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 760 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 760 Bytes

top-secret-stuff

Monorepo of top secret stuff developed in an n-sided polygonal building.

Getting Started

Digester

  1. Put your slack export inside the digester directory
  2. Run make digest FILE=<filename>

Excretor

  1. Install Rust.
  2. Install Docker and Docker Compose.
  3. Make sure GNU Make is installed.
  4. Install cargo-watch to compile on change: cargo install cargo-watch.
  5. Install sqlx-cli for runtime checking of SQL queries: cargo install sqlx-cli.
  6. Run make dev. Enjoy.