https://github.com/marukun712/aniblue
Anime state management service built on the AT Protocol
https://github.com/marukun712/aniblue
anime annict atproto atprotocol remix
Last synced: about 2 months ago
JSON representation
Anime state management service built on the AT Protocol
- Host: GitHub
- URL: https://github.com/marukun712/aniblue
- Owner: marukun712
- Created: 2024-11-27T09:37:31.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-12-15T13:40:44.000Z (6 months ago)
- Last Synced: 2025-03-29T00:27:03.573Z (2 months ago)
- Topics: anime, annict, atproto, atprotocol, remix
- Language: TypeScript
- Homepage: https://aniblue.netlify.app
- Size: 7.8 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AniBlue
Anime state management service built on the AT Protocol
# Develop
Write the required environment variables.
```
DATABASE_URL=
SESSION_SECRET=
ANNICT_TOKEN=
PRIVATE_KEY_ES256_B64=
```Run the app.
```
bun installbun run dev
```After that, open http://localhost:5173 in your browser.