Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

alex-grover/later.wtf

Repository files navigation

later.wtf

Schedule Farcaster posts

Getting started

With Node.js, pnpm, and postgres installed:

gh repo clone alex-grover/later.wtf
pnpm install
pnpm vercel env pull .env
createdb laterwtf
pnpm migrate
pnpm generate
pnpm dev