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

alex-grover/nouns.zone

Repository files navigation

nouns.zone

All things Nouns on Farcaster

Getting started

With Node.js, pnpm, and postgres installed:

gh repo clone alex-grover/nouns.zone
pnpm install
pnpm vercel env pull .env
createdb nounszone
pnpm migrate
pnpm generate
pnpm dev