π‘ Backend responsible for handle themes from services like AnimeThemes and Opening.moe for Ritsu and more!
-
Fork the project and clone to your computer.
-
Set the environment variables in
.env
as described below. -
Run
yarn dev
for the development environment oryarn start
to the production environment
.env
βββ MONGOURI
βββ The URL of your MongoDB database that Ritsu will use.
βββ PORT
βββ The port to listen on, if not specified, Mio will listen in 3001.
main
- It is just to release the final code to Mio, all that is in it is what is currently running in production.