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

Last synced: 9 months ago
JSON representation

Stellar is an AT Protocol web client with emoji reactions.

Awesome Lists containing this project

README

          

![logo](./public/images/ogp.png)

# Stellar

Stellar is an AT Protocol web client with emoji reactions.
This is a fork of [Ouranos](https://github.com/pdelfan/ouranos/).

## Getting Started

Install NPM packages in the project directory.

```bash
npm install
```

Run `npm run dev` and open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

The following environment variables are required:

- `NEXTAUTH_SECRET` (generate one using `openssl rand -base64 32` or visit [https://generate-secret.vercel.app/32](https://generate-secret.vercel.app/32)).
- `NEXTAUTH_URL` (`http://localhost:3000` while running locally.)

## License

MIT License