This repository was archived by the owner on Mar 11, 2025. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 58
Building from Source
Wiki update edited this page May 24, 2022
·
3 revisions
Follow these steps to brew the latest image of Moosync from our github repository with all the newest features and bug fixes.
Clone the project from github
git clone https://github.com/Moosync/moosync-appUse yarn or npm to install dependencies inside the project root
yarn install- Add appropriate values inside sample.config.env
- Rename sample.config.env to config.env
Native dependencies need to be compiled for electron separately. This process is done automatically. Incase that does not happen, you can run,
yarn postinstallTo serve the app, run
yarn electron:serveBefore generating a production build, take a look at vue.config.js and change the builder options as required.
To generate a production optimized version run
yarn electron:build[ Home ] [ Building Moosync from Source ] [ Extensions ] [ Spotify and Discord Integration ]