Skip to content

Building from source

abstrakt edited this page Nov 1, 2021 · 2 revisions

Make sure to have a package manager such as yarn installed.

git clone https://github.com/abstrakt8/rewind
cd rewind
yarn
yarn run downloadDefaultSkins
yarn run desktop:build-package:prod

The binary can then be found in dist/electron.

Note: These commands will probably change.

Clone this wiki locally