-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Local dev environment #145
Conversation
tom-sherman
commented
Oct 16, 2024
•
edited
Loading
edited
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 3 Skipped Deployments
|
Are there any instructions for getting this running locally? Does it all run off of a single dev database? Give me information please. |
{profile ? ( | ||
<img | ||
src={profile.avatar} | ||
width={48} | ||
height={48} | ||
style={{ | ||
borderRadius: "100%", | ||
}} | ||
/> | ||
) : ( | ||
<div | ||
style={{ | ||
width: 48, | ||
height: 48, | ||
borderRadius: "100%", | ||
backgroundColor: "#00000073", | ||
}} | ||
/> | ||
)} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it worth extracting this as I see it is also used in packages/frontpage/app/(app)/post/[postAuthor]/[postRkey]/og-image/route.tsx