Faunerie
A browser and search engine for local copies of various image boards (e621, Derpibooru, Furbooru, ...)
Development
Assuming you are using macOS, Windows or Linux. Other POSIX systems won't work as Electron does not have binaries for these.
Cloning
git clone https://github.com/equestria-dev/faunerie
Setup
# Note: this will install TypeScript globally
npm install
Running
# For the app itself:
npm run debug
# For the updater:
npm run debug-updater
Building
# This will run 'npm audit fix' and 'npm install' to update dependencies if needed
npm run release-unix # For Unix systems
npm run release-win # For Windows