Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 513 Bytes

DEVELOPING.md

File metadata and controls

28 lines (23 loc) · 513 Bytes

Development setup.

With Electron (Windows/Linux/macOS):

Easier and recommended way.

git clone https://github.com/EdenwareApps/Megacubo.git
cd Megacubo
npm i --force
npm run debug

With Capacitor (Android):

git clone https://github.com/EdenwareApps/Megacubo.git
cd Megacubo
npm i --force
npx cap sync
npx cap open android

With NPM (install globally):

npm i -g megacubo
npx megacubo

Any errors along the way? Let us know.