Skip to content
This repository has been archived by the owner on Mar 4, 2023. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 450 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 450 Bytes

Galaxy Life Launcher

A small browser capable of viewing/displaying pages with embedded flash content.

Development

Clone the repo like you would normally and run npm install the first time.

Whenever you make changes and want to test them out: npm run start

If you want to build the project into executables (x64 versions for windows, linux, macos & darwin): npm run build

To build x32 versions for windows and linux: npm run buildx32