- Run the frontend -
bun dev(port 3333 so it doesn't conflict with my other local privy tokens) - Before logging into the frontend, pregenerate a tg account via:
PRIVY_SECRET=YOUR_SECRET \
TG_ID=YOUR_TG_ID \
TG_USERNAME=YOUR_TG_USERNAME \
TG_FIRSTNAME=YOUR_TG_FIRSTNAME \
TG_LASTNAME=YOUR_TG_LASTNAME \
bun run scripts/pregenerate.ts