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 .env
Update 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:generate
bun run dev
Open http://localhost:3000 with your browser.