AniMouto is an unofficial AniList extension which allows quick access to many features of AniList including your current Airing, Anime, and Manga lists, notifications, and search.
AniMouto is designed to feel like a true extension to AniList by providing a very similar look and feel.
Make sure you have Node.js installed.
Run these commands to get the project locally:
git clone https://github.com/TehNut/AniMouto.git # or clone your own fork
cd AniMouto
npm install
npm run codegen:graphql
The dependencies should now all be installed. Next, run the watch:*
script. This will watch for file changes and rebuild the extension for each supported browser environment. You can either install the built directories as temporary extensions, or run the relevant serve
command to launch temporary browser environments with the extension pre-installed.
npm run build:*
Builds the project for all supported browser environments and places them into /dist/
.
npm run package
This is currently not yet implemented.