Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.52 KB

README.md

File metadata and controls

29 lines (21 loc) · 1.52 KB

Anime Characters

Quickly find the characters that a Seyu (voice actor) has also played in other anime you've watched as listed on [Kitsu](https://kitsu.app)

Live site: https://www.animecharacters.app/

Requirements to Use

  • Kitsu account. If you know your username (slug) you don't have to log in. You may also login with your email address and password
  • Internet connection
  • Modern web browser (cross-platform).

Note that the app can be installed as a Progressive Web App (PWA), though offline capabilities currently do not exist.

Building Locally

  • Framework: Blazor Web Assembly (WASM) app
  • IDE: Visual Studio 2022 (though VSCode should work as well)
  • Platform: Windows/OSX/Linux
  • .NET Framework: 8.0

Not much else is needed, and you can build on any platform that supports dotnet.

Contributing

Contributions would be greatly appreciated. Feel free to create issues as well as forking the repo and creating PRs. If you wish to make some major contributions please create an issue and we can evauate making you a contributer.

Note that this is a side-project for me so I may not immediately respond.

Deploying

A deploy is automatically commenced when a pull request is merged to master. A deploy takes approximately 5 minutes, and can be viewed in the Actions tab.