Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 push

bun install

bun run dev
```

After that, open http://localhost:5173 in your browser.