the statusphere demo reworked into a vite/react app in a monorepo
1# Statusphere Client
2
3This is the React frontend for the Statusphere application.
4
5## Development
6
7```bash
8# Install dependencies
9pnpm install
10
11# Start development server
12pnpm dev
13
14# Build for production
15pnpm build
16
17# Preview production build
18pnpm preview
19```
20
21## Features
22
23- Display statuses from all users
24- Create new statuses
25- Login with your Bluesky handle
26- View your profile info
27- Responsive design
28
29## Architecture
30
31- React 18 with TypeScript
32- React Router for navigation
33- Context API for state management
34- Vite for development and building
35- CSS for styling