diff --git a/frontend/.gitignore b/frontend/.gitignore new file mode 100644 index 0000000..6bab67b --- /dev/null +++ b/frontend/.gitignore @@ -0,0 +1,4 @@ +node_modules +dist +.wrangler +.env diff --git a/frontend/index.html b/frontend/index.html new file mode 100644 index 0000000..28b6fcc --- /dev/null +++ b/frontend/index.html @@ -0,0 +1,13 @@ + + +
+ + +Be the first to comment!
+(Viewing comments is not yet supported)
+{errors.content.message}
} +{post.likes_count.toLocaleString()} likes
+ ++ {post.user_info?.username} + {post.caption} +
+ + + ++ {formatDistanceToNow(new Date(post.created_at), { addSuffix: true })} +
+Loading...
Error fetching posts.
; + } + + return ( +No posts yet. Be the first to share! ✨
+ )} +Share your moments with the world.
+ +Loading your profile...
+{profile.bio}
+{profile.postCount}
+posts
+No posts yet.
} +