Skip to content

Jabster28/mirai

Repository files navigation

mirai

A modern client for MyAnimeList, focused on performance and modern usability.

Usage

Head to the stable version that (usually) only updates after a release, or you can use the bleeding-edge variant that's auto-published from the master branch. Or you can build and host your own version by following the instructions below.

Building

Clone the repo

git clone https://github.com/Jabster28/mirai
cd mirai

Install dependencies

yarn

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

yarn run lint

Build the app for production

quasar build
# for a PWA build, use: quasar build -m pwa

Customize the configuration

See Configuring quasar.conf.js.