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.
- Host: GitHub
- URL: https://github.com/marukun712/stellar
- Owner: marukun712
- License: mit
- Created: 2024-10-31T03:55:27.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-18T00:02:15.000Z (about 1 year ago)
- Last Synced: 2025-06-01T09:52:52.175Z (10 months ago)
- Topics: atproto, atprotocol, bluesky, bluesky-client
- Language: TypeScript
- Homepage:
- Size: 4.6 MB
- Stars: 22
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# 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