I wanted to try some shit out in Crystal & Svelte. Sue me.
.env.sample to an .env file at the root of the project and add your Google auth keys./dev-setup.shdocker-compose upThe project has Micrate set up because clear's migrations weren't documented enough for me to work them out. Mixing frameworks, yey!
docker-compose run --rm api crystal db/micrate.cr scaffold your_migration_namedb/migrationsdocker-compose run --rm api crystal db/micrate.cr updocker-compose run --rm api crystal db/micrate.cr down