/ma-gallery

Simple image browser made with Electron and React

Primary LanguageTypeScriptMIT LicenseMIT

Ma Gallery Logo
Ma Gallery

Preview

Ma Gallery is a cross-platform image viewer built with Electron and React. Ma Gallery aims to be simple image browser focused firstly on displaying content.

Features

  • Nice blurred background behind images

Starting Ma Gallery

Before building or running Ma Gallery, first install the projects dependencies running yarn and then compile the app's entrypoint with yarn compile.

Development

Start up the webserver and Electron in two separate terminals with

yarn server
yarn start

Alternatively, you can setup both at once with

yarn concurrent-start

Build

🐞 Bug: Production Ma Gallery is currently crashing when opened on its own. To use Ma Gallery, select an image and choose "Open with Ma Gallery".

yarn build

Testing

yarn test