• R/O
  • HTTP
  • SSH
  • HTTPS

bytom-electron: Source Tree

Bytom Desktop Electron App


名称 大小 Rev. 时间 作者 Log Message
bin
modules
src
static
webpack
.babelrc 159 2e013ff 2018-11-06 14:42:36 Zhiting Lin add the style for the welcome page.
.bootstraprc 970 2e013ff 2018-11-06 14:42:36 Zhiting Lin add the style for the welcome page.
.eslintignore 65 2e013ff 2018-11-06 14:42:36 Zhiting Lin add the style for the welcome page.
.eslintrc.json 856 6ff7a84 2018-11-08 19:52:38 Zhiting Lin merge dashboardMaster into dev
.gitignore 81 51d5a23 2018-11-08 19:46:22 Zhiting Lin merge Dashboard into electron
README.md 685 6ff7a84 2018-11-08 19:52:38 Zhiting Lin merge dashboardMaster into dev
main.js 4.82 k f324cec 2021-07-20 19:00:34 j fix: set minWidth、minHeight
package-lock.json 404.83 k bf89089 2019-10-28 11:22:51 Zhiting Lin fixed the security alart
package.json 4.74 k fa6f7c1 2021-08-20 17:09:56 j fix: update logo
yarn.lock 331.03 k fa6f7c1 2021-08-20 17:09:56 j fix: update logo

README.md

Bytom Dashboard

Development

Setup

Install Node.js:

brew install node

Install dependencies:

npm install
Add Bytomd Deamon

Add a folder named bytomd under the root folder. Put all the bytomd files into that folder.

bytom-electron
│   README.md
│
└───bytomd
│   │   bytomd-darwin_amd64
│   │   bytomd-linux_386
│   │   bytomd-linux_amd64
│   │   bytomd-windows_386.exe
│   │   bytomd-windows_amd64.exe
│   │  

To developer the bytom electron app, run the script.

DEV=ture electron .

Package

To package the app for all platform, run the following command.

npm run package
Show on old repository browser