While you build the product, we'll find grants to fund it.
- Use
scripts/create_db.shto use Docker to start a Postgres database. - Run migrations in
packages/grantly-databasewithbunx drizzle-kit migrate
Create src/packages/grantly-web/.env:
# These keys can be found publicly on Cloudflare's website. They are for testing only. They are not used in production.
PUBLIC_TURNSTILE_SITE_KEY=3x00000000000000000000FF
TURNSTILE_SECRET_KEY=1x0000000000000000000000000000000AA
# Can be whatever you want.
BETTER_AUTH_SECRET="blah-blah-blah"
# Needs to be your local hosting URL.
BETTER_AUTH_URL="http://localhost:5173"
# Grab an API key from Resend.
RESEND_API_KEY=re_...