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

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

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 install

bun run dev
```

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