Is the dub for that anime any good?
RateTheDub is a site where you can view and vote on whether or not the dub for various anime series was any good. The goal is to eliminate the random searching and digging through old forum posts that is currently required to figure out if a dub is any good.
This project use the Jikan.moe API for MyAnimeList, so a huge shoutout and thank you to them for all their hard work!
Planned features include...
... and more! Come help us out!
Project-level documentation can be found in the docs/
folder.
These are the most important dependencies of this project. The full lists can be
found in mix.exs
and
assets/package.json
. In no particular order...
A huge thank you to the developers of these projects and all the others for their hard work! This project is built on the shoulders of giants.
To start your Phoenix server:
mix deps.get
mix ecto.setup
npm install
inside the assets
directorymix phx.server
Now you can visit localhost:4000
from your browser.
Ready to run in production? Please check our deployment guides.