Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 675 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 675 Bytes

Rising Sun

Solar Tweaks - Redone.

A fork of Solar Tweaks with added features.

What is Rising Sun?

Rising Sun is a Solar Tweaks fork designed to provide more features, as well as modular plug-in support.

Building From Source?

Prerequisites

# Clone the Rising Sun repository
$ git clone https://github.com/uranometrical/rising-sun.git

# Enter into the generated directory
$ cd rising-sun/

# Install npm depnendeices required by the project
$ npm i

# Build the software
$ npm run electron:build