Built to keep you in flow, Thirty is the best way to organize your work and life.
Note: The
main
branch represents the latest reboot of the project (v3
). You can still access previous versions atv1
andv2
.
git clone https://github.com/thirtycalendar/thirty.git
cd thirty
pnpm install
Copy the example environment file:
cp .env.example .env
Edit .env
and fill in the required values:
BETTER_AUTH_SECRET
(generate with openssl rand -hex 32
)See .env.example
for all variables.
pnpm husky
pnpm db:push
pnpm dev
Visit http://localhost:5173.
WIP
We welcome contributions! Please read our Contributing Guide for details on:
MIT License