Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 910 Bytes

README.md

File metadata and controls

39 lines (29 loc) · 910 Bytes

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.