Prerequisites Rust - use rustup Install dependencies Run cargo install Configure environment Copy the .env.example file to .env Replace the values in the .env file with your own Environment variables DATABASE_URL This should be the path to your SQLite DB Defaults to art.db SMTP_HOST The host of your SMTP server, like smtp.google.com SMTP_USER Username to your SMTP server SMTP_PASS Password to your SMTP server TO_EMAIL Ideally your email, this is where all contact requests are sent to. Building Dev Build Run cargo build Release Build Run cargo build --release Running Run cargo run