Skip to content
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

Merged
merged 16 commits into from
Oct 16, 2024
Merged

Local dev environment #145

merged 16 commits into from
Oct 16, 2024

Conversation

tom-sherman
Copy link
Contributor

@tom-sherman tom-sherman commented Oct 16, 2024

image

Copy link

vercel bot commented Oct 16, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

3 Skipped Deployments
Name Status Preview Comments Updated (UTC)
atproto-browser ⬜️ Ignored (Inspect) Visit Preview Oct 16, 2024 5:41pm
frontpage ⬜️ Ignored (Inspect) Visit Preview Oct 16, 2024 5:41pm
unravel ⬜️ Ignored (Inspect) Visit Preview Oct 16, 2024 5:41pm

@damiensedgwick
Copy link
Contributor

Are there any instructions for getting this running locally? Does it all run off of a single dev database? Give me information please.

Comment on lines +68 to +86
{profile ? (
<img
src={profile.avatar}
width={48}
height={48}
style={{
borderRadius: "100%",
}}
/>
) : (
<div
style={{
width: 48,
height: 48,
borderRadius: "100%",
backgroundColor: "#00000073",
}}
/>
)}
Copy link
Contributor

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

packages/frontpage/local-infra/pds.env Show resolved Hide resolved
@tom-sherman tom-sherman merged commit 96431ff into main Oct 16, 2024
7 checks passed
@tom-sherman tom-sherman deleted the local-dev-env branch October 16, 2024 20:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants