Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marukun712/stellar
Stellar is an AT Protocol web client with emoji reactions.
https://github.com/marukun712/stellar
atproto atprotocol bluesky bluesky-client react remix
Last synced: 4 days ago
JSON representation
Stellar is an AT Protocol web client with emoji reactions.
- Host: GitHub
- URL: https://github.com/marukun712/stellar
- Owner: marukun712
- Created: 2024-10-31T03:55:27.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2025-01-15T11:58:32.000Z (6 days ago)
- Last Synced: 2025-01-15T13:43:27.406Z (6 days ago)
- Topics: atproto, atprotocol, bluesky, bluesky-client, react, remix
- Language: TypeScript
- Homepage:
- Size: 2.18 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stellar
Stellar is an AT Protocol web client with emoji reactions.
# Develop
Write the required environment variables.
```
DATABASE_URL=
SESSION_SECRET=
PRIVATE_KEY_ES256_B64=
```Run the app.
```
bunx prisma db pushbun install
bun run dev
```After that, open http://localhost:5173 in your browser.