Anime Preview is a tool for managing local anime Blue-Ray resources.
First, clone the repo via git and install dependencies:
git clone --depth 1 --single-branch https://github.com/InfiniteSynthesis/anime-preview.git your-project-name
cd your-project-name
yarn
Start the app in the dev
environment:
yarn start
To package apps for the local platform:
- Mac:
yarn package
- Win:
yarn build
node_modules/.bin/electron-builder -w nsis