Requirements for the development of Qortal-Hub from sources:
- installation of nodejs from the official site
- an IDE like vscode or Intellij, or similar tools
- some knowledge of React and its ecosystem
Follow these steps:
- install dependencies:
npm install npm run dev- open the browser at page
http://localhost:5173/
Follow these steps:
-
install dependencies:
npm install -
npm run build -
npx cap sync @capacitor-community/electron -
move into electron folder:
cd electron -
npm install -
npm run build
Alternatively you can start the app:
npm run electron:start
Or create an Executable Package for linux:
npm run electron:make-local
See some useful instructions about contribution.