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

Latest commit

 

History

History
17 lines (13 loc) · 243 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 243 Bytes

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