Resistance Zero is a time management system created by Mark Forster.
It helps you get through tasks, even ones you resist doing.
cp .env.example .envUpdate the values in .env, except DATABASE_URL which will automatically be
generated in the Setup the database step.
bun install# Ensure the Docker daemon is running
./start-database.sh
bun run db:generatebun run devOpen http://localhost:3000 with your browser.